You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/12/31 16:07:41 UTC

[GitHub] [airflow] kaxil commented on a change in pull request #20609: AIRFLOW-20533: add airflow.cfg as volumeMounts on initContainer wait-…

kaxil commented on a change in pull request #20609:
URL: https://github.com/apache/airflow/pull/20609#discussion_r777028291



##########
File path: chart/templates/triggerer/triggerer-deployment.yaml
##########
@@ -93,6 +93,11 @@ spec:
             {{- toYaml .Values.triggerer.resources | nindent 12 }}
           image: {{ template "airflow_image_for_migrations" . }}
           imagePullPolicy: {{ .Values.images.airflow.pullPolicy }}
+          volumeMounts:
+            - name: config
+              mountPath: { { template "airflow_config_path" . } }

Review comment:
       ```suggestion
                 mountPath: {{ template "airflow_config_path" . }}
   ```




-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org