From b8d945249943db07a6bd51c638c2281e5282d082 Mon Sep 17 00:00:00 2001 From: Elad Iwanir <13205761+eladiw@users.noreply.github.com> Date: Mon, 9 Sep 2019 18:02:59 +0300 Subject: [PATCH] fix readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c15f90d..b68ead2 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ The solution we propose consists of two parts, both as web servers: 3. Install the app chart ```bash - helm install ./on-demand-micro-services-deployment --name on-demand-micro-services-deployment --set rbac.create=true + helm install chart/on-demand-micro-services-deployment --name on-demand-micro-services-deployment --set rbac.create=true ``` 4. Call on-demand-micro-services-deployment-k8s and install `nginx-ingress-controller`, to expose other helm charts via a single public IP: