romsharon98 commented on code in PR #38510: URL: https://github.com/apache/airflow/pull/38510#discussion_r1545621725
########## 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: I understand what u saying and it sound correct but when swapping it I get an error. Also when looking at the chart the order is like I did and not like u suggest. -- 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