/kind feature
In CSO, we require helm for testing and this issue tracks updating the same. We should update the PATH so that even if helm is not present on the system, the test runs. Essentially, when we enter the CSO directory, we want to append ./hack/tools/bin to the PATH.
We want to have the following line in .envrc
export PATH="$(pwd)/hack/tools/bin/:$PATH"
/kind feature
In CSO, we require helm for testing and this issue tracks updating the same. We should update the PATH so that even if helm is not present on the system, the test runs. Essentially, when we enter the CSO directory, we want to append
./hack/tools/binto the PATH.We want to have the following line in .envrc
export PATH="$(pwd)/hack/tools/bin/:$PATH"