From 709cfaf7beba4d2126c24707141621c89af0bc88 Mon Sep 17 00:00:00 2001 From: WilliamMiceli <9000802+WilliamMiceli@users.noreply.github.com> Date: Tue, 7 Aug 2018 20:30:31 -0400 Subject: [PATCH] Formatting --- templates/Bind/0/docker-compose.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/templates/Bind/0/docker-compose.yml b/templates/Bind/0/docker-compose.yml index 11387a0..a7dee7d 100644 --- a/templates/Bind/0/docker-compose.yml +++ b/templates/Bind/0/docker-compose.yml @@ -7,19 +7,19 @@ services: - 1.0.0.1 environment: WEBMIN_ENABLED: ${WEBMIN_ENABLED} -{{- if eq .Values.WEBMIN_ENABLED "true"}} + {{- if eq .Values.WEBMIN_ENABLED "true"}} ROOT_PASSWORD: ${WEBMIN_ROOT_PASS} -{{- end}} + {{- end}} labels: -{{- if (.Values.HOST_LABEL)}} + {{- if (.Values.HOST_LABEL)}} io.rancher.scheduler.affinity:host_label: ${HOST_LABEL} -{{- end}} + {{- end}} ports: - "53:53/tcp" - "53:53/udp" -{{- if eq .Values.WEBMIN_ENABLED "true"}} + {{- if eq .Values.WEBMIN_ENABLED "true"}} - "${WEBMIN_PORT}:10000" -{{- end}} + {{- end}} restart: on-failure volumes: - ${STORAGE_BASE_DIR}${DATA_DIR}:/data \ No newline at end of file