Skip to content

Commit

Permalink
fix: helm chart rbac
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan-pad authored Oct 10, 2023
1 parent c0abbca commit f195c97
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions deploy/charts/burrito/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,18 @@ rules:
- patch
- update
- watch
- apiGroups:
- config.terraform.padok.cloud
resources:
- terraformrepositories
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- config.terraform.padok.cloud
resources:
Expand Down

0 comments on commit f195c97

Please sign in to comment.