airshipctl/manifests/site/az-test-site/phases/infrastructure-providers.json
Sidney Shiba b0eef10ca9 Azure provider integration - Phase Run support
This patch set includes the site specifig for Azure (az-test-site) that
contains the manifests and kustomization files needed to deploy a
Workload cluster on the Azure cloud platform.

This patch set uses the Azure CAPZ v0.4.9 for the Workload cluster
deployment.

Change-Id: Ie71630bf55edadfcc11527c04aea41aa2161bdbd
2020-11-19 13:42:04 -06:00

19 lines
394 B
JSON

[{
"op": "replace",
"path": "/init-options/infrastructure-providers",
"value": ["azure:v0.4.9"]
},
{
"op": "replace",
"path": "/providers/0",
"value": {
"name": "azure",
"type": "InfrastructureProvider",
"variable-substitution": true,
"versions": {
"v0.4.9": "airshipctl/manifests/function/capz/v0.4.9"
}
}
}
]