rancher-partner-charts/charts/datawiza/access-broker/0.1.3/questions.yaml

31 lines
861 B
YAML
Raw Normal View History

2022-01-14 04:58:28 +00:00
namespace: datawiza-access-broker
labels:
io.rancher.certified: partner
categories:
- Application
questions:
- variable: PROVISIONING_KEY
default: ""
description: "PROVISIONING_KEY"
required: true
label: PROVISIONING_KEY
group: "Datawiza Access Broker Configuration"
- variable: PROVISIONING_SECRET
default: ""
description: "PROVISIONING_SECRET"
required: true
label: PROVISIONING_SECRET
group: "Datawiza Access Broker Configuration"
- variable: containerPort
default: 9772
type: int
description: "listen port of you application"
required: true
label: containerPort
group: "Datawiza Access Broker Configuration"
- variable: imagePullSecrets
default: ""
description: "kubernetes secret name used to pull datawiza access broker image"
required: true
label: imagePullSecrets
group: "Datawiza Access Broker Configuration"