Skip to content

Commit

Permalink
Fix backup.serviceAccountName not being interpolated
Browse files Browse the repository at this point in the history
  • Loading branch information
smaftoul committed Aug 30, 2021
1 parent b41f57d commit ab5ecba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/psmdb-db/templates/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ spec:
enabled: {{ .Values.backup.enabled }}
restartOnFailure: true
image: "{{ .Values.backup.image.repository }}:{{ .Values.backup.image.tag }}"
serviceAccountName: percona-server-mongodb-operator
serviceAccountName: {{ .Values.backup.serviceAccountName }}
{{- if .Values.backup.resources }}
resources:
{{ .Values.backup.resources | toYaml | indent 6 }}
Expand Down

0 comments on commit ab5ecba

Please sign in to comment.