rancher-partner-charts/charts/portshift-operator/portshift-operator/questions.yaml

61 lines
2.0 KiB
YAML

questions:
#operator image configurations
- variable: defaultImage
default: true
description: "Use default Portshift operator image or specify a custom one"
label: Use Default Portshift Image
type: boolean
show_subquestion_if: false
group: "Operator Container Images"
subquestions:
- variable: operator.image.repository
default: "gcr.io/development-infra-208909/k8s_operator"
description: "Portshift Operator Image Name"
type: string
label: Portshift Operator Image Name
- variable: operator.image.tag
default: "v0.1.3"
description: "Portshift Operator Image Tag"
type: string
label: Portshift Operator Image Tag
- variable: operator.image.pullPolicy
default: "IfNotPresent"
description: "Portshift Operator Image Pull Policy"
type: string
label: Portshift Operator Image Pull Policy
#operator access configurations
- variable: operator.secret.accessKey
default: ""
description: "Operator access key retrieved from Portshift console"
type: string
required: true
label: Portshift Operator Access Key
group: "Operator Access Configuration"
- variable: operator.secret.secretKey
default: ""
description: "Operator secret key retrieved from Portshift console"
type: string
required: true
label: Portshift Operator Secret Key
group: "Operator Access Configuration"
- variable: defaultMgmtUrl
default: true
description: "Use default Portshift console url or specify a custom one"
label: Use Default Portshift Url
type: boolean
show_subquestion_if: false
group: "Operator Access Configuration"
subquestions:
- variable: operator.portshiftinstaller.managementUrl
default: "console.portshift.io"
description: "Portshift Console Url"
type: string
label: Portshift Console Url
- variable: operator.portshiftinstaller.portshiftClusterId
default: ""
description: "Cluster id definition retrieved from Portshift console"
type: string
required: true
label: Portshift Cluster ID
group: "Operator Access Configuration"