From 477e824137efe61571bb1efdadf0e72dc847f3bf Mon Sep 17 00:00:00 2001 From: WilliamMiceli <9000802+WilliamMiceli@users.noreply.github.com> Date: Mon, 27 Aug 2018 18:25:29 -0400 Subject: [PATCH] Added quotes to variables --- templates/Ghost/0/rancher-compose.yml | 8 ++++---- templates/Traefik/0/rancher-compose.yml | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/templates/Ghost/0/rancher-compose.yml b/templates/Ghost/0/rancher-compose.yml index 739ba49..394ec01 100644 --- a/templates/Ghost/0/rancher-compose.yml +++ b/templates/Ghost/0/rancher-compose.yml @@ -9,7 +9,7 @@ catalog: # uuid: ghost-0 questions: - - variable: HOST_LABEL + - variable: "HOST_LABEL" label: "Host Label Key/Value Pair" description: | The Key/Value pair on the host which the stack should be deployed. @@ -17,7 +17,7 @@ catalog: required: false type: string - - variable: TRAEFIK_HOST + - variable: "TRAEFIK_HOST" label: "Public Host Domain" description: | The host that Traefik will use to provide public access. @@ -26,7 +26,7 @@ catalog: required: false type: string - - variable: WEB_PORT + - variable: "WEB_PORT" label: "Web Port" description: | The port to access the web interface on. @@ -34,7 +34,7 @@ catalog: required: true type: string - - variable: DATA_DIR + - variable: "DATA_DIR" label: "Data Directory" description: | The persistent data directory diff --git a/templates/Traefik/0/rancher-compose.yml b/templates/Traefik/0/rancher-compose.yml index 8b4c098..2e8ebee 100644 --- a/templates/Traefik/0/rancher-compose.yml +++ b/templates/Traefik/0/rancher-compose.yml @@ -9,7 +9,7 @@ catalog: # uuid: traefik-0 questions: - - variable: HOST_LABEL + - variable: "HOST_LABEL" label: "Host Label Key/Value Pair" description: | The Key/Value pair on the host which the stack should be deployed. @@ -17,7 +17,7 @@ catalog: required: false type: string - - variable: DASHBOARD_PORT + - variable: "DASHBOARD_PORT" label: "Dashboard Port" description: | The port to access the dashboard interface on. @@ -25,7 +25,7 @@ catalog: required: true type: string - - variable: DATA_DIR + - variable: "DATA_DIR" label: "Data Directory" description: | The persistent data directory.