vfarcic / crossplane-tutorial

43 stars 276 forks source link

Set global.domain in argocd helm values to fix ingress #16

Closed michaelin closed 4 months ago

michaelin commented 4 months ago

Setting the host name in server.ingress.hosts[0] is apparently not sufficient for the argocd ingress to work. This is fixed by setting global.domain instead. global.domain is used as default value for server.ingress.hosts and several other places as well.

Fixes #15

vfarcic commented 4 months ago

Thanks a ton.