Skip to content

Commit

Permalink
export local provider variables to the correct location
Browse files Browse the repository at this point in the history
Signed-off-by: Vladik Romanovsky <[email protected]>
  • Loading branch information
vladikr committed Aug 20, 2020
1 parent f316fb3 commit 320f217
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cluster-up/cluster/local/provider.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ function up() {
}

function prepare_config() {
cat >hack/config-provider-local.sh <<EOF
PROVIDER_CONFIG_FILE_PATH="${BASE_PATH}/$KUBEVIRT_PROVIDER/config-provider-$KUBEVIRT_PROVIDER.sh"
cat > "$PROVIDER_CONFIG_FILE_PATH" <<EOF
master_ip=$(_main_ip)
docker_tag=devel
kubeconfig=$(_cert_dir)/admin.kubeconfig
Expand Down

0 comments on commit 320f217

Please sign in to comment.