Skip to content

Commit

Permalink
Permit configmap list/watch for delegated authentication (#81)
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 authored May 31, 2020
1 parent 96dbad6 commit f391304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/kubedb/templates/cluster-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ rules:
- ""
resources:
- configmaps
verbs: ["create", "delete", "get", "update", "list", "patch"]
verbs: ["create", "delete", "get", "list", "watch", "update", "patch"]
- apiGroups:
- ""
resources:
Expand Down

0 comments on commit f391304

Please sign in to comment.