From 572f02e64b4ee303af1303591b8570aefe13a0d5 Mon Sep 17 00:00:00 2001 From: Jonathan Ervine Date: Mon, 27 Jul 2020 17:20:13 +0800 Subject: [PATCH] Added template 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 eecb1ce..2c6f99a 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.3 +version: 0.1.4 # 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 c926006..b4b9567 100644 --- a/watcher/templates/statefulset.yaml +++ b/watcher/templates/statefulset.yaml @@ -55,6 +55,9 @@ spec: - name: watcher-config mountPath: /config/logs subPath: logs + - name: watcher-config + mountPath: /config/templates + subPath: templates - name: watcher-media-pv mountPath: /media - name: {{ .Chart.Name }}-sidecar