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
I was hoping to be able to run a helm command via something like:
docker run --rm -it helm-image-name --helm-version=${HELM_VERSION} --kube-server=${API_SERVER} --namespace=${NAMESPACE} --token=${BEARER_TOKEN} --insecure-skip-tls-verify --chart-repo=${CHART_URL} --helm-command=${HELM_COMMAND}
This would be great for automation, only dependency is docker client
thoughts?
The text was updated successfully, but these errors were encountered:
Any chance the "--token" has been implemented? I am trying to use this image in my jenkins deployment to several clusters.
Sorry, something went wrong.
No branches or pull requests
I was hoping to be able to run a helm command via something like:
docker run --rm -it helm-image-name --helm-version=${HELM_VERSION} --kube-server=${API_SERVER} --namespace=${NAMESPACE} --token=${BEARER_TOKEN} --insecure-skip-tls-verify --chart-repo=${CHART_URL} --helm-command=${HELM_COMMAND}
This would be great for automation, only dependency is docker client
thoughts?
The text was updated successfully, but these errors were encountered: