Changed data directory to be just "/Rancher"

This commit is contained in:
William Miceli
2019-05-10 22:26:51 -04:00
parent ea02dfb0e7
commit c46b373762
16 changed files with 41 additions and 41 deletions

View File

@@ -20,7 +20,7 @@ services:
- /etc/timezone:/etc/timezone:ro # Syncronize timezone of container with the host system
{{- if .Values.DATA_DIR}}
{{- if eq .Values.CUSTOM_CONF "true"}}
- /RancherCattle/${DATA_DIR}/Configuration/redis.conf:/usr/local/etc/redis/redis.conf
- /Rancher/${DATA_DIR}/Configuration/redis.conf:/usr/local/etc/redis/redis.conf
{{- end}}
- /RancherCattle/${DATA_DIR}/Data:/data
- /Rancher/${DATA_DIR}/Data:/data
{{- end}}