From bb51e23885f8924939b7bcd8c3b2a96e808eeb24 Mon Sep 17 00:00:00 2001 From: yair Date: Mon, 28 Oct 2024 10:16:52 +0200 Subject: [PATCH] fix for the tpl --- charts/port-k8s-exporter/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/port-k8s-exporter/templates/deployment.yaml b/charts/port-k8s-exporter/templates/deployment.yaml index 6830100..aebb08f 100644 --- a/charts/port-k8s-exporter/templates/deployment.yaml +++ b/charts/port-k8s-exporter/templates/deployment.yaml @@ -73,7 +73,7 @@ spec: value: {{ .Values.eventListener.authenticationMechanism | quote }} {{- end }} {{- if .Values.extraEnv }} - {{- tpl (toYaml .) $ | nindent 12 }} + {{- tpl (toYaml .Values.extraEnv) $ | nindent 12 }} {{- end }} volumeMounts: - name: config-volume