diff --git a/vcluster/chart/templates/cnpg.yaml b/vcluster/chart/templates/cnpg.yaml index 47a81ca7..02c0e5d0 100644 --- a/vcluster/chart/templates/cnpg.yaml +++ b/vcluster/chart/templates/cnpg.yaml @@ -1,6 +1,6 @@ {{- $fullname := include "vCluster.fullname" . -}} {{- $name := include "vCluster.releaseName" . -}} -{{- if .Values.persistence -}} +{{- if .Values.persistence }} apiVersion: postgresql.cnpg.io/v1 kind: Cluster metadata: @@ -19,7 +19,7 @@ spec: retentionPolicy: "7d" storage: size: "5Gi" -{{- end -}} +{{- end }} --- apiVersion: postgresql.cnpg.io/v1 kind: Cluster