Skip to content

Commit

Permalink
Add secret rbac for warden operator
Browse files Browse the repository at this point in the history
  • Loading branch information
halamix2 committed Nov 29, 2024
1 parent 0841119 commit 0ee37d9
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
11 changes: 11 additions & 0 deletions charts/warden/charts/warden-operator/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,17 @@ rules:
- update
- patch
- watch
- apiGroups:
- ""
resources:
- secrets
verbs:
- create
- list
- get
- update
- patch
- watch
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
Expand Down
11 changes: 11 additions & 0 deletions config/rbac/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,14 @@ rules:
- list
- update
- watch
- apiGroups:
- ""
resources:
- secrets
verbs:
- create
- list
- get
- update
- patch
- watch

0 comments on commit 0ee37d9

Please sign in to comment.