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
In order to get it working, I have to disable ingress from helm chart and create it separately because my pact server is running on a custom path i.e, /pact
The text was updated successfully, but these errors were encountered:
In ingress there is no way to set any other Prefix other than /, so its difficult to configure pact to a custom path.
Details here: https://github.com/pact-foundation/pact-broker-chart/blob/master/charts/pact-broker/templates/ingress.yaml#L33
In order to get it working, I have to disable ingress from helm chart and create it separately because my pact server is running on a custom path i.e, /pact
The text was updated successfully, but these errors were encountered: