Skip to content

Commit

Permalink
fix(chart): RBAC on server was missing
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan-pad committed Oct 23, 2023
1 parent 5f0eb8d commit cb13ef8
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions deploy/charts/burrito/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,32 @@ rules:
- get
- patch
- update
- apiGroups:
- config.terraform.padok.cloud
resources:
- terraformruns
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- config.terraform.padok.cloud
resources:
- terraformruns/finalizers
verbs:
- update
- apiGroups:
- config.terraform.padok.cloud
resources:
- terraformruns/status
verbs:
- get
- patch
- update
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
Expand Down

0 comments on commit cb13ef8

Please sign in to comment.