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:
|
||||
- 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: {}
|
||||
|
|
Loading…
Reference in a new issue