18 lines
421 B
YAML
18 lines
421 B
YAML
version: '2'
|
|
catalog:
|
|
name: traefik
|
|
version: latest
|
|
# description:
|
|
# minimum_rancher_version:
|
|
# maximum_rancher_version:
|
|
# upgrade_from:
|
|
# uuid: traefik-0
|
|
questions:
|
|
|
|
- variable: "HOST_LABEL"
|
|
label: "Host Label Key/Value Pair"
|
|
description: |
|
|
The Key/Value pair on the host which the stack should be deployed.
|
|
default: "host.id=Proxy1"
|
|
required: false
|
|
type: string |