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