diff --git a/charts/homeassistant/templates/pvc.yaml b/charts/homeassistant/templates/pvc.yaml index 2a97a2a..8b8fce6 100644 --- a/charts/homeassistant/templates/pvc.yaml +++ b/charts/homeassistant/templates/pvc.yaml @@ -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: