Browse Source

Merge pull request #136 from cnmcavoy/patch-1

Update rbac.yaml to give the controller "create" permission on leases
paul-the-alien[bot] 5 years ago
parent
commit
4e2cb0f40a
1 changed files with 1 additions and 0 deletions
  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"
 ---