rishkarajgi commented on code in PR #24784:
URL: https://github.com/apache/airflow/pull/24784#discussion_r920050117
##########
chart/templates/workers/worker-deployment.yaml:
##########
@@ -219,6 +219,9 @@ spec:
{{- if and (.Values.dags.gitSync.enabled) (not
.Values.dags.persistence.enabled) }}
{{- include "git_sync_container" . | indent 8 }}
{{- end }}
+{{- if .Values.workers.extraEnv }}
+{{ tpl (toYaml .Values.workers.extraEnv) $ | indent 12 }}
Review Comment:
Thanks. Have pushed changes to the pod template file
--
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]