Skip to content

Commit 8904940

Browse files
committed
chore: Add missing permissions
1 parent 68ce2a9 commit 8904940

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,9 @@ rules:
9797
{{- if .Values.maintenance.customResourceDefinitions.maintain }}
9898
- create
9999
- patch
100+
# Required for startup condition
101+
- list
102+
- watch
100103
{{- end }}
101104
- apiGroups:
102105
- events.k8s.io

0 commit comments

Comments
 (0)