Skip to content

Commit

Permalink
fix wonrg variable used
Browse files Browse the repository at this point in the history
  • Loading branch information
pierremahot authored Nov 10, 2024
1 parent a029b16 commit 59fa576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/metabase/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 59fa576

Please sign in to comment.