Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#378 from andrewsykim/generate-yaml…
Browse files Browse the repository at this point in the history
…-fix-cluster-name

hack/generate-yaml.sh: fix hard-coded cluster name
  • Loading branch information
k8s-ci-robot authored Jun 27, 2019
2 parents 7b9236a + 3f883d4 commit 9020d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/generate-yaml.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ OUT_DIR=
TPL_DIR=./cmd/clusterctl/examples/vsphere

OVERWRITE=
CLUSTER_NAME='capv-mgmt-example'
CLUSTER_NAME="${CLUSTER_NAME:-capv-mgmt-example}"
ENV_VAR_REQ=':?required'
CAPV_MANAGER_IMAGE="${CAPV_MANAGER_IMAGE:-gcr.io/cnx-cluster-api/vsphere-cluster-api-provider:latest}"

Expand Down

0 comments on commit 9020d8f

Please sign in to comment.