We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3f5a0f commit 7b18fd3Copy full SHA for 7b18fd3
1 file changed
deploy/helm/airflow-operator/templates/deployment.yaml
@@ -24,6 +24,9 @@ spec:
24
{{- toYaml . | nindent 8 }}
25
{{- end }}
26
labels:
27
+ {{- if .Values.maintenance.customResourceDefinitions.maintain }}
28
+ webhook.stackable.tech/conversion: enabled
29
+ {{- end }}
30
{{- include "operator.selectorLabels" . | nindent 8 }}
31
spec:
32
{{- with .Values.image.pullSecrets }}
0 commit comments