Added template directory for watcher

This commit is contained in:
Jonathan Ervine 2020-07-27 17:20:13 +08:00
parent d8543a368f
commit 572f02e64b
2 changed files with 4 additions and 1 deletions

View File

@ -14,7 +14,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes # 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. # 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 # This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. # incremented each time you make changes to the application.

View File

@ -55,6 +55,9 @@ spec:
- name: watcher-config - name: watcher-config
mountPath: /config/logs mountPath: /config/logs
subPath: logs subPath: logs
- name: watcher-config
mountPath: /config/templates
subPath: templates
- name: watcher-media-pv - name: watcher-media-pv
mountPath: /media mountPath: /media
- name: {{ .Chart.Name }}-sidecar - name: {{ .Chart.Name }}-sidecar