Skip to content

Commit

Permalink
Merge pull request #38 from percona/K8SPXC-500
Browse files Browse the repository at this point in the history
K8SPXC-500 use default service account for backups
  • Loading branch information
hors authored Oct 20, 2020
2 parents 3b9bda6 + 6a29ca7 commit 01fefc9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion charts/pxc-db/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ appVersion: "1.6.0"
description: A Helm chart for installing Percona XtraDB Cluster Databases using the PXC Operator.
name: pxc-db
home: https://www.percona.com/doc/kubernetes-operator-for-pxc/kubernetes.html
version: 0.1.12
version: 0.1.13
maintainers:
- name: cap1984
email: [email protected]
Expand Down
1 change: 0 additions & 1 deletion charts/pxc-db/templates/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@ spec:
enabled: false
{{- end }}
image: {{ $backup.image.repository }}:{{ $backup.image.tag }}
serviceAccountName: percona-xtradb-cluster-operator
{{- if $backup.imagePullSecrets }}
imagePullSecrets:
{{ $backup.imagePullSecrets | toYaml | indent 6 }}
Expand Down

0 comments on commit 01fefc9

Please sign in to comment.