Skip to content

Commit 50388b0

Browse files
committed
Regenerate manifests
Signed-off-by: Jan Steffen <jan.steffen@finleap.com>
1 parent ad7de0f commit 50388b0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

charts/vault-operator/templates/rbac.yaml

+9
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,15 @@ rules:
3838
- events
3939
verbs:
4040
- create
41+
- apiGroups:
42+
- coordination.k8s.io
43+
resources:
44+
- leases
45+
verbs:
46+
- create
47+
- get
48+
- list
49+
- update
4150
---
4251
apiVersion: rbac.authorization.k8s.io/v1
4352
kind: ClusterRole

0 commit comments

Comments
 (0)