diegoalvarez-clarity commented on code in PR #70180:
URL: https://github.com/apache/airflow/pull/70180#discussion_r4045747305
##########
chart/templates/_helpers.yaml:
##########
@@ -63,6 +63,10 @@ If release name contains chart name it will be used as a
full name.
# Hard Coded Airflow Envs
- name: AIRFLOW_HOME
value: {{ .Values.airflowHome }}
+ {{- if .Values.mountConfigAsDir }}
+ - name: AIRFLOW_CONFIG
+ value: {{ printf "%s/config/airflow.cfg" .Values.airflowHome | quote }}
Review Comment:
Done in 1342d421ee. The helper now returns the unquoted path and both call
sites quote it, so the config subdirectory is encoded once. Rendered output is
unchanged.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]