mirror of
https://github.com/bitnami/charts.git
synced 2026-03-11 07:17:45 +08:00
Update statefulset-worker.yaml
Fix nindent to be 12 when extraEnvVars is set
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user