Skip to content

Instantly share code, notes, and snippets.

@retr0h
Last active May 20, 2019 19:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save retr0h/a139f769c17063227d9f01d614dc7e0c to your computer and use it in GitHub Desktop.
Save retr0h/a139f769c17063227d9f01d614dc7e0c to your computer and use it in GitHub Desktop.
 helm tiller run $(CHART_NAMESPACE) -- bash -c "helm install \
 	--name $(CHART_NAME) \
 	--namespace=$(CHART_NAMESPACE) \
 	-f <(kubectl get secrets helm-secret-values -o jsonpath='{.data.app}' | base64 --decode) \
 	$(CHART)" 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment