From 975406880d26355765804d4999d37cc17cf65c3c Mon Sep 17 00:00:00 2001 From: Jonathan Ervine Date: Mon, 27 Jul 2020 21:29:05 +0800 Subject: [PATCH] Removed template cache emptyDir --- watcher/templates/statefulset.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/watcher/templates/statefulset.yaml b/watcher/templates/statefulset.yaml index a8b0dff..b4b9567 100644 --- a/watcher/templates/statefulset.yaml +++ b/watcher/templates/statefulset.yaml @@ -58,8 +58,6 @@ spec: - name: watcher-config mountPath: /config/templates subPath: templates - - name: templates-cache - mountPath: /watcher3/templates/cache - name: watcher-media-pv mountPath: /media - name: {{ .Chart.Name }}-sidecar @@ -82,8 +80,6 @@ spec: volumes: - name: app-local-config emptyDir: {} - - name: templates-cache - emptyDir: {} - name: watcher-media-pv persistentVolumeClaim: claimName: {{ .Values.mediaPvc }}