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:
parent
64644d7eff
commit
6940bdb1d3
@ -58,7 +58,7 @@ components:
|
|||||||
|
|
||||||
argo-cd:
|
argo-cd:
|
||||||
helm:
|
helm:
|
||||||
version: 5.21.1 # (= ArgoCD v2.6.2)
|
version: 5.23.3 # (= ArgoCD v2.6.3)
|
||||||
chart: argo/argo-cd
|
chart: argo/argo-cd
|
||||||
parse_logic: helm template . | yq --no-doc eval '.. | .image? | select(.)' | sort -u | awk '!/ /'
|
parse_logic: helm template . | yq --no-doc eval '.. | .image? | select(.)' | sort -u | awk '!/ /'
|
||||||
chart_values: !unsafe |
|
chart_values: !unsafe |
|
||||||
|
@ -6,7 +6,9 @@ DeploymentConfigurations:
|
|||||||
|
|
||||||
- Id: cp1w2
|
- Id: cp1w2
|
||||||
Label: 'Workload-cluster: 1 control-plane node/2 worker nodes'
|
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:
|
DynamicDisks:
|
||||||
|
|
||||||
@ -93,10 +95,7 @@ PropertyCategories:
|
|||||||
- Key: guestinfo.dnsserver
|
- Key: guestinfo.dnsserver
|
||||||
Type: ip
|
Type: ip
|
||||||
Label: DNS server*
|
Label: DNS server*
|
||||||
Description: |
|
Description: ''
|
||||||
Just trying
|
|
||||||
Multi-line
|
|
||||||
Description
|
|
||||||
DefaultValue: ''
|
DefaultValue: ''
|
||||||
Configurations: '*'
|
Configurations: '*'
|
||||||
UserConfigurable: true
|
UserConfigurable: true
|
||||||
@ -153,10 +152,13 @@ PropertyCategories:
|
|||||||
UserConfigurable: true
|
UserConfigurable: true
|
||||||
|
|
||||||
- Key: workloadcluster.nodesize
|
- Key: workloadcluster.nodesize
|
||||||
Type: 'string["SMALL: 2 vCPU/4GB RAM", "MEDIUM: 4vCPU/8GB RAM"]'
|
Type: string["small", "medium"]
|
||||||
Label: Workload-cluster node size*
|
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'
|
Description: |
|
||||||
DefaultValue: ''
|
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: '*'
|
Configurations: '*'
|
||||||
UserConfigurable: true
|
UserConfigurable: true
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user