Skip to content

Commit

Permalink
charts: metabase: fix priorityClass not being used due to wrong field…
Browse files Browse the repository at this point in the history
… name
  • Loading branch information
desaintmartin committed May 23, 2024
1 parent 4692e9e commit 1c077f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/metabase/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description:
The easy, open source way for everyone in your company to ask questions
and learn from data.
name: metabase
version: 2.15.3
version: 2.15.4
appVersion: v0.49.11
maintainers:
- name: pmint93
Expand Down
2 changes: 1 addition & 1 deletion charts/metabase/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ spec:
{{ toYaml . | indent 8 }}
{{- end }}
{{- if .Values.priorityClass}}
priorityClass: {{ .Values.priorityClass }}
priorityClassName: {{ .Values.priorityClass }}
{{- end }}
serviceAccountName: {{ template "metabase.serviceAccountName" . }}
volumes:
Expand Down

0 comments on commit 1c077f3

Please sign in to comment.