diff --git a/charts/node-red/templates/deployment.yaml b/charts/node-red/templates/deployment.yaml index 033a8e3d..26491656 100644 --- a/charts/node-red/templates/deployment.yaml +++ b/charts/node-red/templates/deployment.yaml @@ -42,7 +42,7 @@ spec: {{- if .Values.initContainers }} initContainers: {{- with .Values.initContainers }} - {{- toYaml . | nindent 6 }} + {{- tpl (toYaml .) $ | nindent 6 }} {{- end }} {{- end }} containers: