Add emptyDir to esphome.
All checks were successful
ci/woodpecker/push/esphome Pipeline was successful

This commit is contained in:
Alex Manning 2023-06-07 20:20:28 +01:00
parent 57130e113d
commit 2457d0e81f

View file

@ -52,6 +52,8 @@ spec:
volumeMounts:
- name: config
mountPath: /config
- name: temp-store
mountPath: /media/store
{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}
@ -72,3 +74,5 @@ spec:
{{- else }}
claimName: {{ .Values.pvc.existingClaim }}
{{- end }}
- name: temp-store
emptyDir: {}