Skip to content
New issue

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

Idea: support passing in k8s server/credentials to helm container #28

Open
pswenson opened this issue Apr 13, 2018 · 1 comment
Open

Comments

@pswenson
Copy link

pswenson commented Apr 13, 2018

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?

@ayk33
Copy link

ayk33 commented Nov 27, 2018

Any chance the "--token" has been implemented? I am trying to use this image in my jenkins deployment to several clusters.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants