From d8543a368ff6e0b39b30075e72cdf9786fa14d23 Mon Sep 17 00:00:00 2001 From: Jonathan Ervine Date: Mon, 27 Jul 2020 17:03:14 +0800 Subject: [PATCH] Fixed log directory for watcher --- watcher/Chart.yaml | 2 +- watcher/templates/statefulset.yaml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/watcher/Chart.yaml b/watcher/Chart.yaml index c058792..eecb1ce 100644 --- a/watcher/Chart.yaml +++ b/watcher/Chart.yaml @@ -14,7 +14,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 0.1.2 +version: 0.1.3 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. diff --git a/watcher/templates/statefulset.yaml b/watcher/templates/statefulset.yaml index ba3d4b0..c926006 100644 --- a/watcher/templates/statefulset.yaml +++ b/watcher/templates/statefulset.yaml @@ -52,6 +52,9 @@ spec: - name: watcher-config mountPath: /config/posters subPath: posters + - name: watcher-config + mountPath: /config/logs + subPath: logs - name: watcher-media-pv mountPath: /media - name: {{ .Chart.Name }}-sidecar