You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 9, 2023. It is now read-only.
Hey,
Im trying to use kube-tools in a monorepo and Im not running helm from the root directory.
My folder structure is
packages/packageA/helm
packages/packageB/helm
>>> Executing command <<<
Install to dev
"chartmuseum" has been added to your repositories
Error: could not find helm: stat helm: no such file or directory
Any clues ?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hey,
Im trying to use kube-tools in a monorepo and Im not running helm from the root directory.
My folder structure is
packages/packageA/helm
packages/packageB/helm
While running any helm command Im getting
helmv3 upgrade --install --atomic --namespace dev --set version=0.0.19-42e31f1 --set environmentName=dev --values ./packages/packageA/helm/values.yaml --kubeconfig .kubeconfig ./packages/packageA/helm/ --timeout 2m0s --debug"
Im getting
Any clues ?
The text was updated successfully, but these errors were encountered: