Selaa lähdekoodia

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 vuotta sitten
vanhempi
sitoutus
a9c2668e9e
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      deploy/charts/external-secrets/templates/rbac.yaml

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

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