Skip to content

Commit 2a47b20

Browse files
committed
review feedback
1 parent f3a7837 commit 2a47b20

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

deploy/helm/airflow-operator/templates/deployment.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ kind: Deployment
44
metadata:
55
name: {{ include "operator.fullname" . }}-deployment
66
labels:
7-
{{- if .Values.maintenance.customResourceDefinitions.maintain }}
8-
webhook.stackable.tech/conversion: enabled
9-
{{- end }}
107
{{- include "operator.labels" . | nindent 4 }}
118
spec:
129
replicas: 1

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,6 @@ rules:
117117
- list
118118
- patch
119119
- watch
120-
{{- if .Values.maintenance.customResourceDefinitions.maintain }}
121-
- create
122-
{{- end }}
123120
- apiGroups:
124121
- {{ include "operator.name" . }}.stackable.tech
125122
resources:

0 commit comments

Comments
 (0)