Skip to content

Commit

Permalink
Merge pull request #143 from tessig/fix/pdb
Browse files Browse the repository at this point in the history
[charts/metabase] fix label indentation in pdb
  • Loading branch information
pmint93 authored Dec 20, 2024
2 parents a3618f2 + 1f931f8 commit 57ed68d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.17.1
version: 2.17.2
appVersion: v0.51.1
maintainers:
- name: pmint93
Expand Down
4 changes: 2 additions & 2 deletions charts/metabase/templates/pdb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ spec:
matchLabels:
app: {{ template "metabase.name" . }}
{{- if .Values.deploymentLabels }}
{{- toYaml .Values.deploymentLabels | trim | indent 6 }}
{{ toYaml .Values.deploymentLabels | trim | indent 6 }}
{{- end }}
{{- if .Values.podLabels }}
{{ toYaml .Values.podLabels | trim | indent 6 }}
{{- end }}
{{- end }}
{{- end }}

0 comments on commit 57ed68d

Please sign in to comment.