Update statefulset-worker.yaml

Fix nindent to be 12 when extraEnvVars is set
This commit is contained in:
Meng Zhang
2019-12-11 12:37:22 +08:00
committed by GitHub
parent a9334f5f63
commit 716cd04b92

View File

@@ -156,7 +156,7 @@ spec:
- name: AIRFLOW_WEBSERVER_HOST
value: {{ template "airflow.fullname" . }}
{{- if .Values.airflow.extraEnvVars }}
{{ toYaml .Values.airflow.extraEnvVars | nindent 8 }}
{{ toYaml .Values.airflow.extraEnvVars | nindent 12 }}
{{- end }}
ports:
- name: worker