Skip to content

Commit

Permalink
Add configmap list/watch to delegated authentication reader role
Browse files Browse the repository at this point in the history
xref: kubernetes/kubernetes#85004

Signed-off-by: Tamal Saha <tamal@appscode.com>
  • Loading branch information
tamalsaha committed May 31, 2020
1 parent 5685c15 commit 3200058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/stash/templates/cluster-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ rules:
- ""
resources:
- configmaps
verbs: ["create", "update", "get", "delete"]
verbs: ["create", "update", "get", "list", "watch", "delete"]
- apiGroups:
- ""
resources:
Expand Down

0 comments on commit 3200058

Please sign in to comment.