Skip to content

Commit

Permalink
updated rbac role to support secret management for KUBERNETES_SINGLE_…
Browse files Browse the repository at this point in the history
…JOB_POD mode (#174)
  • Loading branch information
loujar authored Aug 26, 2024
1 parent 5520c1b commit 58bfffb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions components/executors/k8s/rbac/executor.Role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,10 @@ rules:
- get
- list
- watch
- apiGroups:
- ""
resources:
- secrets
verbs:
- create
- delete

0 comments on commit 58bfffb

Please sign in to comment.