[bitnami/postgresql] Renamed statefulset custom-metrics name to match metrics-configmap (#13953)

Signed-off-by: Tan Guan Hong <tanguanhong89@gmail.com>

Signed-off-by: Tan Guan Hong <tanguanhong89@gmail.com>
Signed-off-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>
Co-authored-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>
This commit is contained in:
Tan Guan Hong
2022-12-20 12:24:40 +01:00
committed by GitHub
co-authored by Carlos Rodríguez Hernández
parent b32e7c07f0
commit 1601a1b831
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -26,4 +26,4 @@ name: postgresql
sources:
- https://github.com/bitnami/containers/tree/main/bitnami/postgresql
- https://www.postgresql.org/
version: 12.1.5
version: 12.1.6
@@ -589,7 +589,7 @@ spec:
{{- if and .Values.metrics.enabled .Values.metrics.customMetrics }}
- name: custom-metrics
configMap:
name: {{ printf "%s-metrics" (include "common.names.fullname" .) }}
name: {{ printf "%s-metrics" (include "postgresql.primary.fullname" .) }}
{{- end }}
{{- if .Values.shmVolume.enabled }}
- name: dshm
@@ -482,7 +482,7 @@ spec:
{{- if and .Values.metrics.enabled .Values.metrics.customMetrics }}
- name: custom-metrics
configMap:
name: {{ printf "%s-metrics" (include "common.names.fullname" .) }}
name: {{ printf "%s-metrics" (include "postgresql.readReplica.fullname" .) }}
{{- end }}
{{- if .Values.shmVolume.enabled }}
- name: dshm