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.
This commit is contained in:
Christopher Adigun 2019-01-16 16:59:49 +01:00 committed by Alexander Matyushentsev
parent 2939907c48
commit 4e36713c8b

View file

@ -143,7 +143,7 @@ spec:
- /shared/app
- --repo-server
- argocd-repo-server:8081
- --base-href
- --basehref
- /argo-cd
```