Skip to content

Commit 8803c05

Browse files
authored
updated rbac role to support secret management for KUBERNETES_SINGLE_JOB_POD mode (#537)
1 parent 4e38a28 commit 8803c05

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

charts/sourcegraph-executor/k8s/templates/executor.Role.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,11 @@ rules:
2525
- get
2626
- list
2727
- watch
28+
- apiGroups:
29+
- ""
30+
resources:
31+
- secrets
32+
verbs:
33+
- create
34+
- delete
2835
{{- end }}

0 commit comments

Comments
 (0)