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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to