From 67885662e4c8301c458e7a9023fab332c0c0f99d Mon Sep 17 00:00:00 2001 From: VEDANT SHROTRIA <40681425+Jonsy13@users.noreply.github.com> Date: Sat, 1 May 2021 02:16:41 +0530 Subject: [PATCH] Minor changes added for Portal Installation with Nginx (#37) * Minor changes added. Signed-off-by: Jonsy13 --- website/docs/litmus-installation-with-ingress.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/website/docs/litmus-installation-with-ingress.md b/website/docs/litmus-installation-with-ingress.md index 0948e6a..8b87680 100644 --- a/website/docs/litmus-installation-with-ingress.md +++ b/website/docs/litmus-installation-with-ingress.md @@ -24,7 +24,9 @@ kubectl apply -f https://litmuschaos.github.io/litmus/2.0.0-Beta/litmus-2.0.0-Be 3. Install Nginx Ingress Controller along with Kubernetes RBAC roles and bindings, please refer [here](https://kubernetes.github.io/ingress-nginx/deploy/#installation-guide) -**Note:** If you're changing ingress name from **litmus-ingress** to a different name, make sure to update the **INGRESS_NAME** environment variable in the litmusportal-server deployment +**Note:** +* If you're changing ingress name from **litmus-ingress** to a different name, make sure to update the **INGRESS_NAME** environment variable in the litmusportal-server deployment +* Set the environment variable **INGRESS** as true in the litmusportal-server deployment. #### With HTTP