File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -291,7 +291,7 @@ airflow:
291291 resources: {{- toYaml .Values.workers.resources | nindent 8 }}
292292 volumeMounts:
293293 - mountPath: {{ template "airflow_logs" . }}
294- name: logs-{{ .Release.Name }}
294+ name: logs
295295 - name: config
296296 mountPath: {{ template "airflow_config_path" . }}
297297 subPath: airflow.cfg
@@ -341,12 +341,12 @@ airflow:
341341 emptyDir: {}
342342 {{- end }}
343343 {{- if .Values.logs.persistence.enabled }}
344- - name: logs-{{ .Release.Name }}
344+ - name: logs
345345 persistentVolumeClaim:
346346 claimName: {{ template "airflow_logs_volume_claim" . }}
347347 {{- else }}
348348 - emptyDir: {}
349- name: logs-{{ .Release.Name }}
349+ name: logs
350350 {{- end }}
351351 {{- if and .Values.dags.gitSync.enabled .Values.dags.gitSync.sshKeySecret }}
352352 {{- include "git_sync_ssh_key_volume" . | nindent 2 }}
You can’t perform that action at this time.
0 commit comments