fix(application urls): fixed argocd url
This commit is contained in:
parent
ab8791d530
commit
087b6d9c49
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ metadata:
|
|||
spec:
|
||||
ingressClassName: nginx
|
||||
rules:
|
||||
- host: argocd.{{{ .Env.DOMAIN_ARGOCD }}}
|
||||
- host: {{{ .Env.DOMAIN_ARGOCD }}}
|
||||
http:
|
||||
paths:
|
||||
- backend:
|
||||
|
|
Loading…
Reference in a new issue