Skip to content

Commit 31f466c

Browse files
committed
fix: Remove condition for customresourcedefinitions list/watch
1 parent bd01aa5 commit 31f466c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,10 @@ rules:
9393
{{- if .Values.maintenance.customResourceDefinitions.maintain }}
9494
- create
9595
- patch
96+
{{- end }}
9697
# Required for startup condition
9798
- list
9899
- watch
99-
{{- end }}
100100
# For emitting Kubernetes events during reconciliation.
101101
- apiGroups:
102102
- events.k8s.io

0 commit comments

Comments
 (0)