Skip to content

Commit 25363e5

Browse files
authored
Add clusterctl-settings.json (#504)
per https://master.cluster-api.sigs.k8s.io/clusterctl/developers.html Each provider must have a clusterctl-settings.json file describing how to build the provider assets. currently using v0.2.0 and follow on we might need moidfy the value
1 parent 6740e1b commit 25363e5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

clusterctl-settings.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"name": "openstack",
3+
"config": {
4+
"componentsFile": "infrastructure-components.yaml",
5+
"nextVersion": "v0.2.0",
6+
"type": "InfrastructureProvider"
7+
}
8+
}

0 commit comments

Comments
 (0)