mirror of
https://github.com/wahyd4/charts.git
synced 2026-08-09 05:06:29 +10:00
[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:
co-authored by
Carlos Rodríguez Hernández
parent
b32e7c07f0
commit
1601a1b831
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user