[bitnami/postgresql-ha] typo: Fix values pgpool.usernames and pgpool.passwords (#16425)

* [bitnami/postgresql-ha] typo: Fix values pgpool.usernames and pgpool.passwords

Signed-off-by: Miguel Ruiz <miruiz@vmware.com>

* Update README.md with readme-generator-for-helm

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

---------

Signed-off-by: Miguel Ruiz <miruiz@vmware.com>
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
Co-authored-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Miguel Ruiz
2023-05-31 13:41:59 +02:00
committed by GitHub
parent 2daef2afaa
commit e426e379f9
5 changed files with 120 additions and 126 deletions

View File

@@ -1,4 +1,4 @@
{{- if and (not .Values.pgpool.customUsersSecret) .Values.pgpool.customUsers }}
{{- if and (not .Values.pgpool.customUsersSecret) .Values.pgpool.customUsers.usernames }}
apiVersion: v1
kind: Secret
metadata:

View File

@@ -132,7 +132,7 @@ spec:
env:
- name: BITNAMI_DEBUG
value: {{ ternary "true" "false" (or .Values.pgpool.image.debug .Values.diagnosticMode.enabled) | quote }}
{{- if or .Values.pgpool.customUsersSecret .Values.pgpool.customUsers }}
{{- if or .Values.pgpool.customUsersSecret .Values.pgpool.customUsers.usernames }}
- name: PGPOOL_POSTGRES_CUSTOM_USERS
valueFrom:
secretKeyRef: