From f99650f997906687dd9f69d400c46a1387a5a6aa Mon Sep 17 00:00:00 2001 From: Arndt Schwenkschuster <17650715+arndt-s@users.noreply.github.com> Date: Sun, 20 Dec 2020 11:46:51 +0100 Subject: [PATCH] chore(argo-cd): Fix ingress configuration in helm notes (#526) Signed-off-by: arndt-s <17650715+arndt-s@users.noreply.github.com> --- 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 a320fb0a..138ba588 100644 --- a/charts/argo-cd/templates/NOTES.txt +++ b/charts/argo-cd/templates/NOTES.txt @@ -4,7 +4,7 @@ In order to access the server UI you have the following options: and then open the browser on http://localhost:8080 and accept the certificate -2. enable ingress in the values file `service.ingress.enabled` and either +2. enable ingress in the values file `server.ingress.enabled` and either - Add the annotation for ssl passthrough: https://github.com/argoproj/argo-cd/blob/master/docs/operator-manual/ingress.md#option-1-ssl-passthrough - Add the `--insecure` flag to `server.extraArgs` in the values file and terminate SSL at your ingress: https://github.com/argoproj/argo-cd/blob/master/docs/operator-manual/ingress.md#option-2-multiple-ingress-objects-and-hosts