Skip to content

Commit

Permalink
Remove helm init (FairwindsOps#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Suderman committed May 1, 2020
1 parent 035530b commit 73668c2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion scripts/repo-sync-fw.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ setup_helm_client() {

PATH="$(pwd)/linux-amd64/:$PATH"

helm init --client-only
helm repo add fairwinds-stable "$STABLE_REPO_URL"
helm repo add fairwinds-incubator "$INCUBATOR_REPO_URL"
helm repo add jetstack "$JETSTACK_REPO_URL"
Expand Down
1 change: 0 additions & 1 deletion scripts/repo-sync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ setup_helm_client() {

PATH="$(pwd)/linux-amd64/:$PATH"

helm init --client-only
helm repo add reactiveops-stable "$STABLE_REPO_URL"
helm repo add reactiveops-incubator "$INCUBATOR_REPO_URL"
helm repo add jetstack "$JETSTACK_REPO_URL"
Expand Down

0 comments on commit 73668c2

Please sign in to comment.