Added missing separator to pvc yaml

This commit is contained in:
Lars
2023-09-13 10:16:39 +02:00
parent 8748fa515b
commit 5f6e0e9e35
2 changed files with 2 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
variables:
HELM_CHART_VERSION: "1.0.7"
HELM_CHART_VERSION: "1.0.8"
stages:
- deploy

View File

@@ -19,6 +19,7 @@ spec:
storageClassName: {{ .Values.storage.cloud.class }}
{{- end }}
{{- if .Values.storage.local.active }}
---
apiVersion: v1
kind: PersistentVolumeClaim
metadata: