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:
|
requests:
|
||||||
storage: {{ .Values.pvc.config.storage | quote }}
|
storage: {{ .Values.pvc.config.storage | quote }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
---
|
|
||||||
{{- if not .Values.pvc.storage.existingClaim -}}
|
{{- if not .Values.pvc.storage.existingClaim -}}
|
||||||
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: PersistentVolumeClaim
|
kind: PersistentVolumeClaim
|
||||||
metadata:
|
metadata:
|
||||||
|
@ -33,8 +33,8 @@ spec:
|
||||||
requests:
|
requests:
|
||||||
storage: {{ .Values.pvc.storage.storage | quote }}
|
storage: {{ .Values.pvc.storage.storage | quote }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
---
|
|
||||||
{{- if not .Values.pvc.database.existingClaim -}}
|
{{- if not .Values.pvc.database.existingClaim -}}
|
||||||
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: PersistentVolumeClaim
|
kind: PersistentVolumeClaim
|
||||||
metadata:
|
metadata:
|
||||||
|
|
Loading…
Reference in a new issue