Fix yaml seperators.
All checks were successful
ci/woodpecker/push/homeassistant Pipeline was successful

This commit is contained in:
Alex Manning 2023-04-23 12:10:10 +01:00
parent 665301022f
commit be1ac80839

View file

@ -15,8 +15,8 @@ spec:
requests:
storage: {{ .Values.pvc.config.storage | quote }}
{{- end }}
---
{{- if not .Values.pvc.storage.existingClaim -}}
---
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
@ -33,8 +33,8 @@ spec:
requests:
storage: {{ .Values.pvc.storage.storage | quote }}
{{- end }}
---
{{- if not .Values.pvc.database.existingClaim -}}
---
apiVersion: v1
kind: PersistentVolumeClaim
metadata: