Skip to content

Commit 4767b60

Browse files
author
Vaughn Dice
authored
Merge pull request #339 from vdice/update-readme-with-helm-instructions
docs(README): swap out helmc for helm installation instructions
2 parents 96e0e93 + 1f60736 commit 4767b60

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -108,18 +108,17 @@ $ make docker-build docker-test-integration
108108

109109
A third option is to run the test suite from within the very cluster that is under test.
110110

111-
To install the [helm-classic](https://github.com/helm/helm-classic) chart and start the tests:
111+
To install the [helm](https://github.com/kubernetes/helm) chart and start the tests, assuming helm and its corresponding server component tiller are [installed](https://github.com/kubernetes/helm/blob/master/docs/install.md):
112112

113113
```console
114-
helmc fetch deis/workflow-dev-e2e
115-
helmc generate workflow-dev-e2e
116-
helmc install workflow-dev-e2e
114+
helm repo add workflow-e2e https://charts.deis.com/workflow-e2e
115+
helm install --verify workflow-e2e/workflow-e2e --namespace deis
117116
```
118117

119118
To monitor tests as they execute:
120119

121120
```console
122-
$ kubectl --namespace=deis logs -f workflow-dev-e2e tests
121+
$ kubectl --namespace=deis logs -f workflow-e2e tests
123122
```
124123

125124
## Special Note on Resetting Cluster State

0 commit comments

Comments
 (0)