Fixed log directory for watcher
This commit is contained in:
parent
fe37dbf0ba
commit
d8543a368f
@ -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.2
|
version: 0.1.3
|
||||||
|
|
||||||
# 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.
|
||||||
|
|||||||
@ -52,6 +52,9 @@ spec:
|
|||||||
- name: watcher-config
|
- name: watcher-config
|
||||||
mountPath: /config/posters
|
mountPath: /config/posters
|
||||||
subPath: posters
|
subPath: posters
|
||||||
|
- name: watcher-config
|
||||||
|
mountPath: /config/logs
|
||||||
|
subPath: logs
|
||||||
- name: watcher-media-pv
|
- name: watcher-media-pv
|
||||||
mountPath: /media
|
mountPath: /media
|
||||||
- name: {{ .Chart.Name }}-sidecar
|
- name: {{ .Chart.Name }}-sidecar
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user