Skip to content

Commit

Permalink
Actually remove helm init -c calls
Browse files Browse the repository at this point in the history
  • Loading branch information
Vivek Lakshmanan committed Apr 15, 2021
1 parent 5d57d77 commit 76327de
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 13 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ jobs:
- name: Install + Configure Helm
run: |-
curl -o- -L https://raw.githubusercontent.com/kubernetes/helm/master/scripts/get | bash
helm init -c
helm repo add bitnami https://charts.bitnami.com/bitnami
- name: Configure GCP credentials
uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
Expand Down Expand Up @@ -223,7 +222,6 @@ jobs:
- name: Install + Configure Helm
run: |-
curl -o- -L https://raw.githubusercontent.com/kubernetes/helm/master/scripts/get | bash
helm init -c
helm repo add bitnami https://charts.bitnami.com/bitnami
- name: Configure GCP credentials
uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
Expand Down Expand Up @@ -373,7 +371,6 @@ jobs:
- name: Install + Configure Helm
run: |-
curl -o- -L https://raw.githubusercontent.com/kubernetes/helm/master/scripts/get | bash
helm init -c
helm repo add bitnami https://charts.bitnami.com/bitnami
- name: Configure GCP credentials
uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
Expand Down Expand Up @@ -455,7 +452,6 @@ jobs:
- name: Install + Configure Helm
run: |-
curl -o- -L https://raw.githubusercontent.com/kubernetes/helm/master/scripts/get | bash
helm init -c
helm repo add bitnami https://charts.bitnami.com/bitnami
- name: Configure GCP credentials
uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/run-tests-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,6 @@ jobs:
- name: Install + Configure Helm
run: |-
curl -o- -L https://raw.githubusercontent.com/kubernetes/helm/master/scripts/get | bash
helm init -c
helm repo add bitnami https://charts.bitnami.com/bitnami
- name: Configure GCP credentials
uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
Expand Down Expand Up @@ -386,7 +385,6 @@ jobs:
- name: Install + Configure Helm
run: |-
curl -o- -L https://raw.githubusercontent.com/kubernetes/helm/master/scripts/get | bash
helm init -c
helm repo add bitnami https://charts.bitnami.com/bitnami
- name: Configure GCP credentials
uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
Expand Down Expand Up @@ -470,7 +468,6 @@ jobs:
- name: Install + Configure Helm
run: |-
curl -o- -L https://raw.githubusercontent.com/kubernetes/helm/master/scripts/get | bash
helm init -c
helm repo add bitnami https://charts.bitnami.com/bitnami
- name: Configure GCP credentials
uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/smoke-test-cli-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ jobs:
- name: Install + Configure Helm
run: |-
curl -o- -L https://raw.githubusercontent.com/kubernetes/helm/master/scripts/get | bash
helm init -c
helm repo add bitnami https://charts.bitnami.com/bitnami
- name: Configure GCP credentials
uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
Expand Down Expand Up @@ -327,7 +326,6 @@ jobs:
- name: Install + Configure Helm
run: |-
curl -o- -L https://raw.githubusercontent.com/kubernetes/helm/master/scripts/get | bash
helm init -c
helm repo add bitnami https://charts.bitnami.com/bitnami
- name: Configure GCP credentials
uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
Expand Down Expand Up @@ -409,7 +407,6 @@ jobs:
- name: Install + Configure Helm
run: |-
curl -o- -L https://raw.githubusercontent.com/kubernetes/helm/master/scripts/get | bash
helm init -c
helm repo add bitnami https://charts.bitnami.com/bitnami
- name: Configure GCP credentials
uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/smoke-test-provider-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ jobs:
- name: Install + Configure Helm
run: |-
curl -o- -L https://raw.githubusercontent.com/kubernetes/helm/master/scripts/get | bash
helm init -c
helm repo add bitnami https://charts.bitnami.com/bitnami
- name: Configure GCP credentials
uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
Expand Down Expand Up @@ -319,7 +318,6 @@ jobs:
- name: Install + Configure Helm
run: |-
curl -o- -L https://raw.githubusercontent.com/kubernetes/helm/master/scripts/get | bash
helm init -c
helm repo add bitnami https://charts.bitnami.com/bitnami
- name: Configure GCP credentials
uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
Expand Down Expand Up @@ -401,7 +399,6 @@ jobs:
- name: Install + Configure Helm
run: |-
curl -o- -L https://raw.githubusercontent.com/kubernetes/helm/master/scripts/get | bash
helm init -c
helm repo add bitnami https://charts.bitnami.com/bitnami
- name: Configure GCP credentials
uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
Expand Down

0 comments on commit 76327de

Please sign in to comment.