Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#716 from fabriziopandini/add-clust…
Browse files Browse the repository at this point in the history
…erctl-settings

add clusterctl-settings.json
  • Loading branch information
k8s-ci-robot authored Jan 10, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents 739bd8d + 0a711d8 commit c1870c0
Showing 2 changed files with 12 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
/gcs*.json

# Do not commit any of the binaries that may be generated at the root.
/clusterctl*
/clusterctl
/cluster-api-provider-vsphere*

# Generated files
@@ -54,3 +54,6 @@ out/

# Ignore the kubeconfig file generated by clusterctl
/kubeconfig

# Ignore Goland files
.idea/
8 changes: 8 additions & 0 deletions clusterctl-settings.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "vsphere",
"config": {
"componentsFile": "infrastructure-components.yaml",
"nextVersion": "v0.6.0",
"type": "InfrastructureProvider"
}
}

0 comments on commit c1870c0

Please sign in to comment.