Skip to content

Commit

Permalink
Add service account delete permissions to the Helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
azlyth committed Jun 3, 2024
1 parent 663385b commit 0ac761c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions charts/snorlax/templates/manager-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ rules:
- serviceaccounts
verbs:
- create
- delete
- get
- list
- watch
Expand Down
1 change: 1 addition & 0 deletions operator/config/rbac/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ rules:
- serviceaccounts
verbs:
- create
- delete
- get
- list
- watch
Expand Down

0 comments on commit 0ac761c

Please sign in to comment.