Skip to content

Commit

Permalink
Merge branch 'main' into feature/postgres-pod-annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
tplavcic authored Aug 30, 2024
2 parents 5222318 + 4ec0843 commit 0a83b66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/psmdb-db/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ appVersion: "1.16.2"
description: A Helm chart for installing Percona Server MongoDB Cluster Databases using the PSMDB Operator.
name: psmdb-db
home: https://www.percona.com/doc/kubernetes-operator-for-psmongodb/index.html
version: 1.16.3
version: 1.16.4
maintainers:
- name: tplavcic
email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion charts/psmdb-db/templates/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ spec:
{{- end }}
{{- if .Values.secrets }}
secrets:
{{ .Values.secrets | toYaml | indent 4 }}
{{ tpl (.Values.secrets | toYaml) . | indent 4 }}
{{- else }}
secrets:
users: {{ include "psmdb-database.fullname" . }}-secrets
Expand Down

0 comments on commit 0a83b66

Please sign in to comment.