Skip to content

Commit

Permalink
fix: broken haproxy imagePullSecrets (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaellzc authored Jan 4, 2021
1 parent 5f7b34b commit 9ac3c96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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.13
version: 0.1.14
maintainers:
- name: cap1984
email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion charts/pxc-db/templates/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ spec:
image: {{ $haproxy.image.repository }}:{{ $haproxy.image.tag }}
{{- if $haproxy.imagePullSecrets }}
imagePullSecrets:
{{- $haproxy.imagePullSecrets | toYaml | indent 6 }}
{{ $haproxy.imagePullSecrets | toYaml | indent 6 }}
{{- end }}
{{- if hasKey $haproxy "priorityClassName" }}
priorityClassName: {{ $haproxy.priorityClassName }}
Expand Down

0 comments on commit 9ac3c96

Please sign in to comment.