Skip to content

Commit 5d57d77

Browse files
author
Vivek Lakshmanan
committed
helm init workaround
1 parent 28eb942 commit 5d57d77

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

.github/workflows/run-tests-command.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ jobs:
133133
- name: Install + Configure Helm
134134
run: |-
135135
curl -o- -L https://raw.githubusercontent.com/kubernetes/helm/master/scripts/get | bash
136-
helm init -c
137136
helm repo add bitnami https://charts.bitnami.com/bitnami
138137
- name: Configure GCP credentials
139138
uses: GoogleCloudPlatform/github-actions/setup-gcloud@master

.github/workflows/smoke-test-cli-command.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ jobs:
107107
- name: Install + Configure Helm
108108
run: |-
109109
curl -o- -L https://raw.githubusercontent.com/kubernetes/helm/master/scripts/get | bash
110-
helm init -c
111110
helm repo add bitnami https://charts.bitnami.com/bitnami
112111
- name: Configure GCP credentials
113112
uses: GoogleCloudPlatform/github-actions/setup-gcloud@master

.github/workflows/smoke-test-provider-command.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ jobs:
107107
- name: Install + Configure Helm
108108
run: |-
109109
curl -o- -L https://raw.githubusercontent.com/kubernetes/helm/master/scripts/get | bash
110-
helm init -c
111110
helm repo add bitnami https://charts.bitnami.com/bitnami
112111
- name: Configure GCP credentials
113112
uses: GoogleCloudPlatform/github-actions/setup-gcloud@master

0 commit comments

Comments
 (0)