Add emptyDir to esphome.
All checks were successful
ci/woodpecker/push/esphome Pipeline was successful
All checks were successful
ci/woodpecker/push/esphome Pipeline was successful
This commit is contained in:
parent
57130e113d
commit
2457d0e81f
1 changed files with 4 additions and 0 deletions
|
@ -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: {}
|
||||||
|
|
Loading…
Reference in a new issue