fix(argo-cd): Fix UI error caused by new config (#1480)
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
This commit is contained in:
parent
67659d4db0
commit
07d63255ae
3 changed files with 4 additions and 4 deletions
|
|
@ -320,7 +320,7 @@ configs:
|
|||
# -- Value for base href in index.html. Used if Argo CD is running behind reverse proxy under subpath different from /
|
||||
server.basehref: /
|
||||
# -- Used if Argo CD is running behind reverse proxy under subpath different from /
|
||||
server.rootpath: /
|
||||
server.rootpath: ''
|
||||
# -- Directory path that contains additional static assets
|
||||
server.staticassets: /shared/app
|
||||
# -- Disable Argo CD RBAC for user authentication
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue