Skip to content

Instantly share code, notes, and snippets.

@john24rel
Forked from johnbuhay/helm
Created April 8, 2021 17:49
Show Gist options
  • Save john24rel/aebafcbf43328cbae0fa91c4e9daf842 to your computer and use it in GitHub Desktop.
Save john24rel/aebafcbf43328cbae0fa91c4e9daf842 to your computer and use it in GitHub Desktop.
$ cat `which helm`
#!/usr/bin/env bash
set -x
docker run --rm \
-e KUBECONFIG=${KUBECONFIG//$HOME/\/root} \
-v ~/.kube:/root/.kube/:ro \
-v ~/.helm:/root/.helm/:rw \
helm "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment