fix bug where multiple volume mounts created (#10915)
This commit is contained in:
Родитель
69be4b8bce
Коммит
87e7ad9daf
|
@ -39,11 +39,6 @@ spec:
|
|||
volumeMounts:
|
||||
- mountPath: {{ template "airflow_logs" . }}
|
||||
name: airflow-logs
|
||||
{{- if or .Values.dags.persistence.enabled .Values.dags.gitSync.enabled }}
|
||||
- mountPath: {{ template "airflow_dags_mount_path" . }}
|
||||
name: airflow-dags
|
||||
readOnly: false
|
||||
{{- end }}
|
||||
{{- if .Values.dags.gitSync.sshKeySecret }}
|
||||
- mountPath: /etc/git-secret/known_hosts
|
||||
name: {{ .Values.dags.gitSync.knownHosts }}
|
||||
|
|
Загрузка…
Ссылка в новой задаче