Added quotes to variables
This commit is contained in:
@@ -9,7 +9,7 @@ catalog:
|
|||||||
# uuid: ghost-0
|
# uuid: ghost-0
|
||||||
questions:
|
questions:
|
||||||
|
|
||||||
- variable: HOST_LABEL
|
- variable: "HOST_LABEL"
|
||||||
label: "Host Label Key/Value Pair"
|
label: "Host Label Key/Value Pair"
|
||||||
description: |
|
description: |
|
||||||
The Key/Value pair on the host which the stack should be deployed.
|
The Key/Value pair on the host which the stack should be deployed.
|
||||||
@@ -17,7 +17,7 @@ catalog:
|
|||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
|
|
||||||
- variable: TRAEFIK_HOST
|
- variable: "TRAEFIK_HOST"
|
||||||
label: "Public Host Domain"
|
label: "Public Host Domain"
|
||||||
description: |
|
description: |
|
||||||
The host that Traefik will use to provide public access.
|
The host that Traefik will use to provide public access.
|
||||||
@@ -26,7 +26,7 @@ catalog:
|
|||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
|
|
||||||
- variable: WEB_PORT
|
- variable: "WEB_PORT"
|
||||||
label: "Web Port"
|
label: "Web Port"
|
||||||
description: |
|
description: |
|
||||||
The port to access the web interface on.
|
The port to access the web interface on.
|
||||||
@@ -34,7 +34,7 @@ catalog:
|
|||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
|
|
||||||
- variable: DATA_DIR
|
- variable: "DATA_DIR"
|
||||||
label: "Data Directory"
|
label: "Data Directory"
|
||||||
description: |
|
description: |
|
||||||
The persistent data directory
|
The persistent data directory
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ catalog:
|
|||||||
# uuid: traefik-0
|
# uuid: traefik-0
|
||||||
questions:
|
questions:
|
||||||
|
|
||||||
- variable: HOST_LABEL
|
- variable: "HOST_LABEL"
|
||||||
label: "Host Label Key/Value Pair"
|
label: "Host Label Key/Value Pair"
|
||||||
description: |
|
description: |
|
||||||
The Key/Value pair on the host which the stack should be deployed.
|
The Key/Value pair on the host which the stack should be deployed.
|
||||||
@@ -17,7 +17,7 @@ catalog:
|
|||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
|
|
||||||
- variable: DASHBOARD_PORT
|
- variable: "DASHBOARD_PORT"
|
||||||
label: "Dashboard Port"
|
label: "Dashboard Port"
|
||||||
description: |
|
description: |
|
||||||
The port to access the dashboard interface on.
|
The port to access the dashboard interface on.
|
||||||
@@ -25,7 +25,7 @@ catalog:
|
|||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
|
|
||||||
- variable: DATA_DIR
|
- variable: "DATA_DIR"
|
||||||
label: "Data Directory"
|
label: "Data Directory"
|
||||||
description: |
|
description: |
|
||||||
The persistent data directory.
|
The persistent data directory.
|
||||||
|
|||||||
Reference in New Issue
Block a user