Skip to content

Commit 8a53963

Browse files
Merge pull request #811 from JustInVTime/fix-proxysql-pull-secrets
Fixed indentation for proxysql image pull secrets
2 parents 1aa5e0b + da3c565 commit 8a53963

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

charts/pxc-db/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ appVersion: 1.19.0
33
description: A Helm chart for installing Percona XtraDB Cluster Databases using the PXC Operator.
44
name: pxc-db
55
home: https://www.percona.com/doc/kubernetes-operator-for-pxc/kubernetes.html
6-
version: 1.19.0
6+
version: 1.19.1
77
maintainers:
88
- name: eleo007
99
email: eleonora.zinchenko@percona.com

charts/pxc-db/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ To install the chart with the `pxc` release name using a dedicated namespace (re
2020

2121
```sh
2222
helm repo add percona https://percona.github.io/percona-helm-charts/
23-
helm install my-db percona/pxc-db --version 1.19.0 --namespace my-namespace
23+
helm install my-db percona/pxc-db --version 1.19.1 --namespace my-namespace
2424
```
2525

2626
The chart can be customized using the following configurable parameters:

charts/pxc-db/templates/cluster.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ spec:
387387
{{- end }}
388388
{{- if $proxysql.imagePullSecrets }}
389389
imagePullSecrets:
390-
{{- $proxysql.imagePullSecrets | toYaml | indent 6 }}
390+
{{ $proxysql.imagePullSecrets | toYaml | indent 6 }}
391391
{{- end }}
392392
{{- if $proxysql.scheduler }}
393393
scheduler:

0 commit comments

Comments
 (0)