fix: Aggregate dictionary content within respective component task list
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -193,30 +193,7 @@ components:
|
||||
configInline: |
|
||||
{
|
||||
"appliance": { "version": "{{ appliance.version }}" },
|
||||
"components": [
|
||||
{ "id": 0,
|
||||
"name": "cluster-api",
|
||||
"type": "manifest",
|
||||
"versions": {
|
||||
"management": {
|
||||
"base": "{{ components.clusterapi.management.version.base }}",
|
||||
"cert_manager": "{{ components.clusterapi.management.version.cert_manager }}",
|
||||
"infrastructure_vsphere": "{{ components.clusterapi.management.version.infrastructure_vsphere }}",
|
||||
"ipam_incluster": "{{ components.clusterapi.management.version.ipam_incluster }}",
|
||||
"cpi_vsphere": "{{ components.clusterapi.management.version.cpi_vsphere }}"
|
||||
},
|
||||
"workload": {
|
||||
"calico": "{{ components.clusterapi.workload.version.calico }}",
|
||||
"k8s": "{{ components.clusterapi.workload.version.k8s }}"
|
||||
}
|
||||
}
|
||||
},
|
||||
{ "id": 1,
|
||||
"name": "kube-vip",
|
||||
"type": "manifest",
|
||||
"version": "{{ components.kubevip.version }}"
|
||||
}
|
||||
],
|
||||
"components": [],
|
||||
"healthz": { "status": "running" }
|
||||
}
|
||||
sidecar:
|
||||
|
Reference in New Issue
Block a user