Skip to content

Commit 4f6eb47

Browse files
committed
chore: Add missing permissions
1 parent 37358a8 commit 4f6eb47

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

deploy/helm/hbase-operator/templates/roles.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,9 @@ rules:
8282
{{- if .Values.maintenance.customResourceDefinitions.maintain }}
8383
- create
8484
- patch
85+
# Required for startup condition
86+
- list
87+
- watch
8588
{{- end }}
8689
- apiGroups:
8790
- events.k8s.io

0 commit comments

Comments
 (0)