You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by wi...@apache.org on 2020/04/14 19:10:51 UTC

[incubator-streampipes-installer] branch dev updated: update helm commands in README.md

This is an automated email from the ASF dual-hosted git repository.

wiener pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes-installer.git


The following commit(s) were added to refs/heads/dev by this push:
     new cfe7838  update helm commands in README.md
cfe7838 is described below

commit cfe7838b2cc0004307fb8f573f16147ba05a4f8f
Author: Patrick Wiener <wi...@fzi.de>
AuthorDate: Tue Apr 14 21:10:36 2020 +0200

    update helm commands in README.md
---
 helm-chart/README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/helm-chart/README.md b/helm-chart/README.md
index 47b84cd..6dc9c76 100644
--- a/helm-chart/README.md
+++ b/helm-chart/README.md
@@ -34,15 +34,15 @@ Tested with:
 Run command:
 
 ```sh
-helm install ./ --name streampipes --set deployment=lite
+helm install streampipes ./ --set deployment=lite
 ```
 
 ```sh
-helm install ./ --name streampipes --set deployment=full
+helm install streampipes ./ --set deployment=full
 ```
 
 ## Delete StreamPipes
 
 ```sh
-helm del --purge streampipes
+helm del streampipes
 ```