Skip to content

Commit b59b408

Browse files
committed
fix: missing rbac roles
1 parent acd7d2b commit b59b408

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

helm/betterstack-operator/templates/clusterrole.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,9 @@ rules:
2727
resources:
2828
- secrets
2929
verbs: ["get","list","watch"]
30+
- apiGroups:
31+
- coordination.k8s.io
32+
resources:
33+
- leases
34+
verbs: ["create","get","list","update"]
3035
{{- end }}

0 commit comments

Comments
 (0)