kcp-dev / helm-charts

Helm chart repo for KCP
Apache License 2.0
5 stars 21 forks source link

hack/kind-setup.sh is too specific about where to find kind #50

Closed MikeSpreitzer closed 11 months ago

MikeSpreitzer commented 1 year ago

That script insists on what directory to find the kind command in, but kind has multiple ways to install and they do not all put the executable where the script insists on finding it.

xrstf commented 11 months ago

Since #57 we just use command kind to find kind whereever: https://github.com/kcp-dev/helm-charts/blob/main/hack/kind-setup.sh#L8