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
Hi, I tried to deploy this helm chart on my cluster, but quickly ran into an issue with the ingress resource. I use the cilium ingress and it treats pathType=ImplementationSpecific as Exact, causing the Ingress resource to not work as intended (see cilium/cilium#30071). There are two fixes for this either change the pathType to Prefix or allow the user to change it in values.yaml.