From f391304b6c5e3802a031aa2a443033012e151bf1 Mon Sep 17 00:00:00 2001 From: Tamal Saha Date: Sun, 31 May 2020 12:08:43 -0700 Subject: [PATCH] Permit configmap list/watch for delegated authentication (#81) xref: https://github.com/kubernetes/kubernetes/pull/85004 Signed-off-by: Tamal Saha --- charts/kubedb/templates/cluster-role.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/kubedb/templates/cluster-role.yaml b/charts/kubedb/templates/cluster-role.yaml index 4b0ee8805..720e9430d 100644 --- a/charts/kubedb/templates/cluster-role.yaml +++ b/charts/kubedb/templates/cluster-role.yaml @@ -74,7 +74,7 @@ rules: - "" resources: - configmaps - verbs: ["create", "delete", "get", "update", "list", "patch"] + verbs: ["create", "delete", "get", "list", "watch", "update", "patch"] - apiGroups: - "" resources: