Removed redundant folders

This commit is contained in:
WilliamMiceli
2019-02-09 12:33:39 -05:00
parent 6808545351
commit 0ccb34f13a

View File

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