Removed unnecessary parenthasis

This commit is contained in:
WilliamMiceli
2018-08-28 14:12:18 -04:00
parent 0220fd08d7
commit 86e0024c1c

View File

@@ -15,7 +15,7 @@ services:
NEXTCLOUD_ADMIN_PASSWORD: ${NC_ADMIN_PASS}
labels:
io.rancher.container.pull_image: always
{{- if (.Values.HOST_LABEL)}}
{{- if .Values.HOST_LABEL}}
io.rancher.scheduler.affinity:host_label: ${HOST_LABEL}
{{- end}}
{{- if .Values.TRAEFIK_HOST}}
@@ -48,7 +48,7 @@ services:
MYSQL_PASSWORD: ${DB_USER_PASS}
labels:
io.rancher.container.pull_image: always
{{- if (.Values.HOST_LABEL)}}
{{- if .Values.HOST_LABEL}}
io.rancher.scheduler.affinity:host_label: ${HOST_LABEL}
{{- end}}
restart: on-failure