mirror of
https://github.com/argoproj/argo-cd
synced 2026-05-23 01:08:33 +00:00
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:
parent
2939907c48
commit
4e36713c8b
1 changed files with 1 additions and 1 deletions
|
|
@ -143,7 +143,7 @@ spec:
|
|||
- /shared/app
|
||||
- --repo-server
|
||||
- argocd-repo-server:8081
|
||||
- --base-href
|
||||
- --basehref
|
||||
- /argo-cd
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue