From 4e36713c8b66a3c6bfabbd074822b60af8636410 Mon Sep 17 00:00:00 2001 From: Christopher Adigun Date: Wed, 16 Jan 2019 16:59:49 +0100 Subject: [PATCH] Correct "basehref " in the sample UI base path (#1024) The UI path example in the yaml should be "- --basehref" instead of - --base-href in the ingress documentation. --- docs/ingress.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ingress.md b/docs/ingress.md index 4d60c6fcd8..1103598d60 100644 --- a/docs/ingress.md +++ b/docs/ingress.md @@ -143,7 +143,7 @@ spec: - /shared/app - --repo-server - argocd-repo-server:8081 - - --base-href + - --basehref - /argo-cd ```