From 73668c2c06f06a33b2799c322055d30b24d59448 Mon Sep 17 00:00:00 2001 From: Andrew Suderman Date: Fri, 1 May 2020 10:08:17 -0600 Subject: [PATCH] Remove helm init (#293) --- scripts/repo-sync-fw.sh | 1 - scripts/repo-sync.sh | 1 - 2 files changed, 2 deletions(-) diff --git a/scripts/repo-sync-fw.sh b/scripts/repo-sync-fw.sh index 18737ce43..d3f794fd7 100755 --- a/scripts/repo-sync-fw.sh +++ b/scripts/repo-sync-fw.sh @@ -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" diff --git a/scripts/repo-sync.sh b/scripts/repo-sync.sh index e20d655bc..c67b0e33d 100755 --- a/scripts/repo-sync.sh +++ b/scripts/repo-sync.sh @@ -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"