Skip to content
This repository has been archived by the owner on Mar 29, 2023. It is now read-only.

Commit

Permalink
be sure to pass in kubectl config
Browse files Browse the repository at this point in the history
  • Loading branch information
robmorgan committed May 14, 2019
1 parent 400ae3a commit 7c52798
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/gke_basic_tiller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ func TestGKEBasicTiller(t *testing.T) {
"HELM_TLS_VERIFY": "true",
"HELM_TLS_ENABLE": "true",
},
KubectlOptions: kubectlOptions,
}

// Deploy the chart using `helm install`. Note that we use the version without `E`, since we want to assert the
Expand Down

0 comments on commit 7c52798

Please sign in to comment.