Skip to content

Commit

Permalink
Revert "Fix Helm GitSync dag volume mount from pod-template-file (apa…
Browse files Browse the repository at this point in the history
…che#15331)" (apache#15390)

This reverts commit e4c0689.
  • Loading branch information
matttattoli authored Apr 15, 2021
1 parent 5566174 commit 54adc44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chart/files/pod-template-file.kubernetes-helm-yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ spec:
- mountPath: {{ include "airflow_dags" . }}
name: dags
readOnly: true
subPath: {{.Values.dags.gitSync.dest }}/{{ .Values.dags.gitSync.subPath }}
{{- end }}
{{- if .Values.workers.extraVolumeMounts }}
{{ toYaml .Values.workers.extraVolumeMounts | indent 8 }}
Expand Down

0 comments on commit 54adc44

Please sign in to comment.