Skip to content

Commit

Permalink
Merge pull request pmint93#115 from desaintmartin/master
Browse files Browse the repository at this point in the history
charts: metabase: fix priorityClass not being used due to wrong field name
  • Loading branch information
pmint93 authored May 23, 2024
2 parents 50dd77a + 306d487 commit a999252
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.4
version: 2.15.5
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 @@ -304,7 +304,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 a999252

Please sign in to comment.