Fix yaml seperators.
All checks were successful
ci/woodpecker/push/homeassistant Pipeline was successful
All checks were successful
ci/woodpecker/push/homeassistant Pipeline was successful
This commit is contained in:
parent
665301022f
commit
be1ac80839
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue