Correct claim name

This commit is contained in:
Alex Manning 2023-03-01 21:51:46 +00:00
parent 5fd119a37f
commit 536d627faa

View file

@ -66,4 +66,8 @@ spec:
volumes:
- name: config
persistentVolumeClaim:
{{- if not .Values.pvc.existingClaim }}
claimName: {{ include "esphome.fullname" . }}-config
{{- else }}
claimName: {{ .Values.pvc.existingClaim }}
{{- end }}