From d8e81e8dc0b2b0d82fe394b0a6aec5c9449cea95 Mon Sep 17 00:00:00 2001 From: Lewis Cowper <593574+lewiscowper@users.noreply.github.com> Date: Mon, 3 Jan 2022 17:41:23 +0100 Subject: [PATCH] Update deployment.yaml --- charts/metabase/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/metabase/templates/deployment.yaml b/charts/metabase/templates/deployment.yaml index 6d54e8e..1ebbcb5 100644 --- a/charts/metabase/templates/deployment.yaml +++ b/charts/metabase/templates/deployment.yaml @@ -31,7 +31,7 @@ spec: initContainers: {{ toYaml .Values.extraInitContainers | nindent 8 }} {{- end }} - {{- if len .Values.image.pullSecrets > 0 }} + {{- if gt (len .Values.image.pullSecrets) 0 }} imagePullSecrets: {{- range .Values.image.pullSecrets }} - name: {{ . | quote }}