Skip to content

Commit

Permalink
fix: add missing rbac-rules
Browse files Browse the repository at this point in the history
close #24

Signed-off-by: Christian Kotzbauer <git@ckotzbauer.de>
  • Loading branch information
ckotzbauer committed Feb 1, 2022
1 parent 9eff773 commit 347b843
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions deploy/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ rules:
- secrets
verbs:
- get
- apiGroups:
- ""
resources:
- pods
verbs:
- get
- update
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
Expand Down

0 comments on commit 347b843

Please sign in to comment.