Skip to content

Commit

Permalink
changing yml to yaml for spec files
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuvaraj Kakaraparthi committed Jul 30, 2019
1 parent eb7862a commit c9fbeb4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions scripts/e2e/bootstrap_job/clusterctl.sh
Expand Up @@ -66,10 +66,10 @@ chmod +x /usr/local/bin/clusterctl

# run clusterctl
echo "test ${PROVIDER_COMPONENT_SPEC}"
clusterctl create cluster -e ~/.kube/config -c ./spec/cluster.yml \
-m ./spec/machines.yml \
clusterctl create cluster -e ~/.kube/config -c ./spec/cluster.yaml \
-m ./spec/machines.yaml \
-p ./spec/"${PROVIDER_COMPONENT_SPEC}" \
-a ./spec/addons.yml \
-a ./spec/addons.yaml \
--provider vsphere \
-v 6

Expand Down
2 changes: 1 addition & 1 deletion scripts/e2e/e2e.sh
Expand Up @@ -114,7 +114,7 @@ export_base64_value() {
}

apply_secret_to_bootstrap() {
provider_component=${PROVIDER_COMPONENT_SPEC:=provider-components.yml}
provider_component=${PROVIDER_COMPONENT_SPEC:=provider-components.yaml}
export_base64_value "PROVIDER_COMPONENT_SPEC" "${provider_component}"
echo "test ${provider_component}"

Expand Down

0 comments on commit c9fbeb4

Please sign in to comment.