From 3ba4e36dbd443f535d40276c6ff87374dc0f47cc Mon Sep 17 00:00:00 2001 From: Pierre MAHOT Date: Thu, 14 Nov 2024 09:26:01 +0100 Subject: [PATCH] add end and add in values --- charts/metabase/templates/deployment.yaml | 1 + charts/metabase/values.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/charts/metabase/templates/deployment.yaml b/charts/metabase/templates/deployment.yaml index 996718c..c352e17 100644 --- a/charts/metabase/templates/deployment.yaml +++ b/charts/metabase/templates/deployment.yaml @@ -314,6 +314,7 @@ spec: {{- if .Values.podSecurityContext}} securityContext: {{- .Values.podSecurityContext | toYaml | nindent 8 }} + {{- end }} {{- with .Values.nodeSelector }} nodeSelector: {{ toYaml . | indent 8 }} diff --git a/charts/metabase/values.yaml b/charts/metabase/values.yaml index 17570e4..0fbc81b 100644 --- a/charts/metabase/values.yaml +++ b/charts/metabase/values.yaml @@ -23,6 +23,7 @@ deploymentAnnotations: {} deploymentLabels: {} podAnnotations: {} podLabels: {} +podSecurityContext: {} image: repository: metabase/metabase # Overrides the image tag whose default is the chart appVersion.