From 59fa5762701aa4fd26f24ab8c07d8e50e0f04401 Mon Sep 17 00:00:00 2001 From: pierremahot Date: Mon, 11 Nov 2024 00:38:05 +0100 Subject: [PATCH] fix wonrg variable used --- 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 b33b080..996718c 100644 --- a/charts/metabase/templates/deployment.yaml +++ b/charts/metabase/templates/deployment.yaml @@ -313,7 +313,7 @@ spec: {{- end }} {{- if .Values.podSecurityContext}} securityContext: - {{- .Values.securityContext | toYaml | nindent 8 }} + {{- .Values.podSecurityContext | toYaml | nindent 8 }} {{- with .Values.nodeSelector }} nodeSelector: {{ toYaml . | indent 8 }}