Skip to content

Commit

Permalink
Remove user prompt at the end of the script
Browse files Browse the repository at this point in the history
  • Loading branch information
simu committed Dec 14, 2021
1 parent 8afbfb4 commit 4d351a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion local-env/setup-kind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,4 @@ kubectl config set-credentials oidc-user \
kubectl config set-context --current --user=oidc-user
kubectl apply -k "${script_dir}/../config/crd/apiextensions.k8s.io/v1"

step "Setup finished. Set environment variable KUBECONFIG to '$(realpath "${kind_kubeconfig}")' to interact with the local dev cluster"
echo "Setup finished. Set environment variable KUBECONFIG to '$(realpath "${kind_kubeconfig}")' to interact with the local dev cluster"

0 comments on commit 4d351a1

Please sign in to comment.