We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using this command
docker run -v $PWD:/kong -ti containersol/helm-convert:v0.5.3 convert --dep-up --name dev --namespace kong-dev --repo https://charts.konghq.com --destination /kong/kustomize kong/kong
throws an error
Error: chart "kong/kong/kong" not found in https://charts.konghq.com repository
Meanwhile helm repo add https://charts.konghq.com works fine on this container.
helm repo add https://charts.konghq.com
Was able to workaround this issue by specifying link to the chart itself:
docker run -v $PWD:/kong -ti containersol/helm-convert:v0.5.3 convert --dep-up --name dev --namespace kong-dev --destination /kong/kustomize https://github.com/Kong/charts/releases/download/kong-1.10.0/kong-1.10.0.tgz
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Using this command
docker run -v $PWD:/kong -ti containersol/helm-convert:v0.5.3 convert --dep-up --name dev --namespace kong-dev --repo https://charts.konghq.com --destination /kong/kustomize kong/kong
throws an error
Meanwhile
helm repo add https://charts.konghq.com
works fine on this container.Was able to workaround this issue by specifying link to the chart itself:
docker run -v $PWD:/kong -ti containersol/helm-convert:v0.5.3 convert --dep-up --name dev --namespace kong-dev --destination /kong/kustomize https://github.com/Kong/charts/releases/download/kong-1.10.0/kong-1.10.0.tgz
The text was updated successfully, but these errors were encountered: