diff --git a/charts/esphome/templates/deployment.yaml b/charts/esphome/templates/deployment.yaml index 9acc921..b783164 100644 --- a/charts/esphome/templates/deployment.yaml +++ b/charts/esphome/templates/deployment.yaml @@ -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: {}