WSL repository files problem
mostafa-rz opened this issue · 0 comments
mostafa-rz commented
Hi,
I am using WSL2 for development. I installed Helm and configured it. Everything is working fine with Helm itself. In WSL2 the repository.yaml
file is saved in this directory /home/[username]/.config/helm/repositories.yaml
. When I want to use cm push
it complains Error: couldn't load repositories file (/root/.config/helm/repositories.yaml): open /root/.config/helm/repositories.yaml: no such file or directory
.
Is there any way to configure cm push
to use my current location of the repository file?