Skip to content

Commit 7b18fd3

Browse files
committed
chore: Add missing label to Deployment
1 parent c3f5a0f commit 7b18fd3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ spec:
2424
{{- toYaml . | nindent 8 }}
2525
{{- end }}
2626
labels:
27+
{{- if .Values.maintenance.customResourceDefinitions.maintain }}
28+
webhook.stackable.tech/conversion: enabled
29+
{{- end }}
2730
{{- include "operator.selectorLabels" . | nindent 8 }}
2831
spec:
2932
{{- with .Values.image.pullSecrets }}

0 commit comments

Comments
 (0)