You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the traefik installation predicate in Chart.yaml is ingress.enabled. This complicates things because if I enable ingress, then the chart will install a new instance of traefik, of which I already have (globally). The predicate should be traefik.enabled so its the same as postgres etc.
The text was updated successfully, but these errors were encountered:
Currently the traefik installation predicate in Chart.yaml is
ingress.enabled
. This complicates things because if I enable ingress, then the chart will install a new instance of traefik, of which I already have (globally). The predicate should betraefik.enabled
so its the same as postgres etc.The text was updated successfully, but these errors were encountered: