We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acd7d2b commit b59b408Copy full SHA for b59b408
1 file changed
helm/betterstack-operator/templates/clusterrole.yaml
@@ -27,4 +27,9 @@ rules:
27
resources:
28
- secrets
29
verbs: ["get","list","watch"]
30
+ - apiGroups:
31
+ - coordination.k8s.io
32
+ resources:
33
+ - leases
34
+ verbs: ["create","get","list","update"]
35
{{- end }}
0 commit comments