Avihais12344 commented on code in PR #38510:
URL: https://github.com/apache/airflow/pull/38510#discussion_r1544482974


##########
chart/templates/dag-processor/dag-processor-deployment.yaml:
##########
@@ -227,7 +227,7 @@ spec:
             {{- end }}
           {{- end }}
         {{- if .Values.dagProcessor.extraContainers }}
-          {{- toYaml .Values.dagProcessor.extraContainers | nindent 8 }}
+          {{- tpl (toYaml .Values.dagProcessor.extraContainers) . | nindent 8 
}}

Review Comment:
   Don't you need to template first and then convert to YAML?
   
   ```suggestion
             {{- toYaml (tpl .Values.dagProcessor.extraContainers) . | nindent 
8 }}
   ```



-- 
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-unsubscr...@airflow.apache.org

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

Reply via email to