Skip to content

Commit

Permalink
add end and add in values
Browse files Browse the repository at this point in the history
  • Loading branch information
pierremahot committed Nov 14, 2024
1 parent 59fa576 commit 3ba4e36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions charts/metabase/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,7 @@ spec:
{{- if .Values.podSecurityContext}}
securityContext:
{{- .Values.podSecurityContext | toYaml | nindent 8 }}
{{- end }}
{{- with .Values.nodeSelector }}
nodeSelector:
{{ toYaml . | indent 8 }}
Expand Down
1 change: 1 addition & 0 deletions charts/metabase/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ deploymentAnnotations: {}
deploymentLabels: {}
podAnnotations: {}
podLabels: {}
podSecurityContext: {}
image:
repository: metabase/metabase
# Overrides the image tag whose default is the chart appVersion.
Expand Down

0 comments on commit 3ba4e36

Please sign in to comment.