From 723cbaea8cd95015d66e85706c5118c9113f62dd Mon Sep 17 00:00:00 2001 From: Vaughn Dice Date: Fri, 7 Oct 2016 15:16:40 -0600 Subject: [PATCH] docs(README): update e2e chart name/installation --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9679773b..6f7f1cd5 100644 --- a/README.md +++ b/README.md @@ -108,16 +108,18 @@ $ make docker-build docker-test-integration A third option is to run the test suite from within the very cluster that is under test. -To install and start the tests: +To install the [helm-classic](https://github.com/helm/helm-classic) chart and start the tests: ```console -helm install workflow-beta2-e2e +helmc fetch deis/workflow-dev-e2e +helmc generate workflow-dev-e2e +helmc install workflow-dev-e2e ``` To monitor tests as they execute: ```console -$ kubectl --namespace=deis logs -f workflow-beta2-e2e tests +$ kubectl --namespace=deis logs -f workflow-dev-e2e tests ``` ## Special Note on Resetting Cluster State