From 6b749bc975b1ab15ea631da12c15212a0b2f1cc7 Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Sat, 20 Apr 2024 08:15:43 +0200 Subject: [PATCH] fix: fix template error --- vcluster/chart/templates/cnpg.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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