mirror of
https://github.com/bitnami/charts.git
synced 2026-03-08 17:27:20 +08:00
[bitnami/postgresql-ha] Fix typo in postgresql-ha/templates/NOTES.txt preventing deployments (#25994)
* Fix typo Signed-off-by: Jared Dickson <code@jareddickson.com> * Increment chart version Signed-off-by: Jared Dickson <code@jareddickson.com> --------- Signed-off-by: Jared Dickson <code@jareddickson.com>
This commit is contained in:
@@ -57,7 +57,7 @@ Note: Since NetworkPolicy is enabled, only pods with label "{{ include "postgres
|
||||
|
||||
{{- if and (.Values.pgpool.networkPolicy.enabled) (not .Values.pgpool.networkPolicy.allowExternal) }}
|
||||
|
||||
Note: Since NetworkPolicy is enabled, only pods with label "{{ include "postgresql-ha.pgppol" . }}-client=true" can access postgresql will be able to connect PgPool.
|
||||
Note: Since NetworkPolicy is enabled, only pods with label "{{ include "postgresql-ha.pgpool" . }}-client=true" can access postgresql will be able to connect PgPool.
|
||||
|
||||
{{- end }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user