Skip to content

Commit

Permalink
fix: add permission to delete secrets to clusterrole
Browse files Browse the repository at this point in the history
  • Loading branch information
kosmoz committed Dec 5, 2023
1 parent 6944d5f commit a583d0e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions charts/glasskube-operator/templates/cluster-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -207,3 +207,9 @@ rules:
- update
- watch
- delete
- apiGroups:
- ''
resources:
- secrets
verbs:
- delete
6 changes: 6 additions & 0 deletions deploy/cluster/cluster-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -207,3 +207,9 @@ rules:
- update
- watch
- delete
- apiGroups:
- ''
resources:
- secrets
verbs:
- delete

0 comments on commit a583d0e

Please sign in to comment.