Browse Source

Merge pull request #246 from atsai1220/patch-1

Add configmap rules for templateFrom
paul-the-alien[bot] 4 years ago
parent
commit
df9b4512df
1 changed files with 8 additions and 0 deletions
  1. 8 0
      deploy/charts/external-secrets/templates/rbac.yaml

+ 8 - 0
deploy/charts/external-secrets/templates/rbac.yaml

@@ -35,6 +35,14 @@ rules:
   - apiGroups:
     - ""
     resources:
+    - "configmaps"
+    verbs:
+    - "get"
+    - "list"
+    - "watch"
+  - apiGroups:
+    - ""
+    resources:
     - "secrets"
     verbs:
     - "get"