From cfe3c599911aad6639cc4698e903a8740bde1d8d Mon Sep 17 00:00:00 2001 From: shshanmu <32065904+shshanmu@users.noreply.github.com> Date: Mon, 2 Aug 2021 12:23:49 +0200 Subject: [PATCH] Update charts/argo-cd/templates/NOTES.txt Co-authored-by: David J. M. Karlsen --- charts/argo-cd/templates/NOTES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/argo-cd/templates/NOTES.txt b/charts/argo-cd/templates/NOTES.txt index d185e39b..a21d2b1f 100644 --- a/charts/argo-cd/templates/NOTES.txt +++ b/charts/argo-cd/templates/NOTES.txt @@ -11,7 +11,7 @@ In order to access the server UI you have the following options: In case you are deploying on openshift 4 3. You have to use the Openshift Routes. For that use folowing command: - oc create route passthrough YOUR_ROUTE_NAME --service=YOUR_POD --port=https --insecure-policy=Redirect + oc create route passthrough YOUR_ROUTE_NAME --service=YOUR_SERVICE --port=https --insecure-policy=Redirect After that execute the following command to get the server UI link: