Kaynağa Gözat

Update rbac.yaml to give the controller "create" permission on leases

The current helm chart does not grant the controller the appropriate "create" permission on leases for leader election to work.
Cameron McAvoy 5 yıl önce
ebeveyn
işleme
a9c2668e9e

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

@@ -139,6 +139,7 @@ rules:
     - "leases"
     - "leases"
     verbs:
     verbs:
     - "get"
     - "get"
+    - "create"
     - "update"
     - "update"
     - "patch"
     - "patch"
 ---
 ---