aneesh-joseph commented on a change in pull request #9371:
URL: https://github.com/apache/airflow/pull/9371#discussion_r450145895
##########
File path: chart/templates/webserver/webserver-deployment.yaml
##########
@@ -134,6 +142,17 @@ spec:
- name: config
configMap:
name: {{ template "airflow_config" . }}
+ {{- if .Values.dags.persistence.enabled }}
+ - name: dags
+ persistentVolumeClaim:
+ claimName: {{ .Release.Name }}-dags
Review comment:
have raised a PR to fix this -
https://github.com/apache/airflow/pull/9688
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]