Testing multiline description #2;Improve parameter UX;Upgrade versions
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
@ -6,7 +6,9 @@ DeploymentConfigurations:
|
||||
|
||||
- Id: cp1w2
|
||||
Label: 'Workload-cluster: 1 control-plane node/2 worker nodes'
|
||||
Description: 1 control-plane node/2 worker nodes
|
||||
Description: |
|
||||
1 control-plane node
|
||||
2 worker nodes
|
||||
|
||||
DynamicDisks:
|
||||
|
||||
@ -93,10 +95,7 @@ PropertyCategories:
|
||||
- Key: guestinfo.dnsserver
|
||||
Type: ip
|
||||
Label: DNS server*
|
||||
Description: |
|
||||
Just trying
|
||||
Multi-line
|
||||
Description
|
||||
Description: ''
|
||||
DefaultValue: ''
|
||||
Configurations: '*'
|
||||
UserConfigurable: true
|
||||
@ -153,10 +152,13 @@ PropertyCategories:
|
||||
UserConfigurable: true
|
||||
|
||||
- Key: workloadcluster.nodesize
|
||||
Type: 'string["SMALL: 2 vCPU/4GB RAM", "MEDIUM: 4vCPU/8GB RAM"]'
|
||||
Type: string["small", "medium"]
|
||||
Label: Workload-cluster node size*
|
||||
Description: 'All worker-nodes for the workload-cluster will be provisioned with number of cpu-cores and memory as specified'
|
||||
DefaultValue: ''
|
||||
Description: |
|
||||
All worker-nodes for the workload-cluster will be provisioned with number of cpu-cores and memory as specified:
|
||||
- SMALL: 2 vCPU/6GB RAM
|
||||
- MEDIUM: 4 vCPU/8GB RAM
|
||||
DefaultValue: 'small'
|
||||
Configurations: '*'
|
||||
UserConfigurable: true
|
||||
|
||||
|
Reference in New Issue
Block a user