Skip to content

Commit

Permalink
Merge pull request #2 from erikwilson/helm-repo-airgap
Browse files Browse the repository at this point in the history
Support air-gap with helm repos
  • Loading branch information
ibuildthecloud authored Mar 22, 2019
2 parents 2a1df15 + 1cb7fb7 commit d72a13e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion entry
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ update-ca-certificates
tiller --listen=127.0.0.1:44134 --storage=secret &
export HELM_HOST=127.0.0.1:44134

helm init --client-only
helm init --skip-refresh --client-only
helm repo update --strict || helm repo remove stable
if [ -n "$REPO" ]; then
helm repo add ${NAME%%/*} $REPO
fi
Expand Down

0 comments on commit d72a13e

Please sign in to comment.