mirror of
https://github.com/bitnami/charts.git
synced 2026-03-15 14:57:16 +08:00
[bitnami/postgresql] Fix svc-read.yaml error (#2241)
* [bitnami/postgresql] Fix svc-read.yaml error Co-authored-by: Bitnami Containers <containers@bitnami.com> Co-authored-by: Carlos Rodríguez Hernández <carlosrh@vmware.com> Co-authored-by: Juan Ariza Toledano <juanariza@vmware.com>
This commit is contained in:
committed by
GitHub
parent
abce027eb6
commit
25de34c95a
@@ -1,5 +1,5 @@
|
||||
{{- if .Values.replication.enabled }}
|
||||
{{- $service := merge (deepCopy .Values.slave.service) (deepCopy $service) -}}
|
||||
{{- $service := merge (deepCopy .Values.slave.service) (deepCopy .Values.service) -}}
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
|
||||
Reference in New Issue
Block a user