fix(application urls): fixed argocd url

This commit is contained in:
franz.germann 2025-06-16 14:52:19 +02:00
parent ab8791d530
commit 087b6d9c49

View file

@ -15,7 +15,7 @@ metadata:
spec: spec:
ingressClassName: nginx ingressClassName: nginx
rules: rules:
- host: argocd.{{{ .Env.DOMAIN_ARGOCD }}} - host: {{{ .Env.DOMAIN_ARGOCD }}}
http: http:
paths: paths:
- backend: - backend: