From 394b8f0af2c8f21d4c2ea7b63d2a3a3900318899 Mon Sep 17 00:00:00 2001 From: dmunozv04 <39565245+dmunozv04@users.noreply.github.com> Date: Tue, 23 Jun 2026 15:21:24 +0200 Subject: [PATCH] fix(deployment): evaluate initContainers template Signed-off-by: dmunozv04 <39565245+dmunozv04@users.noreply.github.com> --- charts/node-red/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: