Skip to content

Commit a74934b

Browse files
revert logs volume (#694)
Co-authored-by: Rishabh Karajgi <rishabh.karajgi@gmail.com>
1 parent 3585858 commit a74934b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)