Skip to content

Commit

Permalink
fix: add missing role for secrets (#4)
Browse files Browse the repository at this point in the history
Co-authored-by: milan.horvath <[email protected]>
  • Loading branch information
milanhorvath and milan.horvath authored Feb 7, 2024
1 parent 4f3e519 commit 18cff06
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/main/helm/templates/kc-client-cluster-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,12 @@ rules:
- "patch"
- "update"
- "create"
- "delete"
- "delete"
- apiGroups:
- ""
resources:
- secrets
verbs:
- get
- list
- watch

0 comments on commit 18cff06

Please sign in to comment.