28 lines
870 B
YAML
28 lines
870 B
YAML
- variable: controller
|
|
group: Controller
|
|
label: ""
|
|
schema:
|
|
additional_attrs: true
|
|
type: dict
|
|
attrs:
|
|
- variable: advanced
|
|
label: Show Advanced Controller Settings
|
|
schema:
|
|
type: boolean
|
|
default: false
|
|
show_subquestions_if: true
|
|
subquestions:
|
|
- variable: type
|
|
description: Please specify type of workload to deploy
|
|
label: (Advanced) Controller Type
|
|
schema:
|
|
type: string
|
|
required: true
|
|
enum:
|
|
- value: deployment
|
|
description: Deployment
|
|
- value: statefulset
|
|
description: Statefulset
|
|
- value: daemonset
|
|
description: Daemonset
|