mirror of
https://github.com/bitnami/charts.git
synced 2026-03-05 06:47:25 +08:00
templates/pgpool: fixed typo in deployment yaml pgool -> pgpool (#2170)
This commit is contained in:
@@ -149,7 +149,7 @@ spec:
|
||||
resources: {{- toYaml .Values.pgpool.resources | nindent 12 }}
|
||||
{{- end }}
|
||||
volumeMounts:
|
||||
{{- if or (.Files.Glob "files/pgool.conf") .Values.pgpool.configuration }}
|
||||
{{- if or (.Files.Glob "files/pgpool.conf") .Values.pgpool.configuration }}
|
||||
- name: pgpool-config
|
||||
mountPath: /opt/bitnami/pgpool/conf/
|
||||
{{- end }}
|
||||
@@ -166,7 +166,7 @@ spec:
|
||||
mountPath: /opt/bitnami/pgpool/secrets/
|
||||
{{- end }}
|
||||
volumes:
|
||||
{{- if or (.Files.Glob "files/pgool.conf") .Values.pgpool.configuration }}
|
||||
{{- if or (.Files.Glob "files/pgpool.conf") .Values.pgpool.configuration }}
|
||||
- name: pgpool-config
|
||||
configMap:
|
||||
name: {{ include "postgresql-ha.pgpoolConfigurationCM" . }}
|
||||
|
||||
Reference in New Issue
Block a user