ingress-nginx-helm/internal
Gordon Honda 4f2950febb Fix duplicate location in NGINX config (#10090)
When creating ingresses that use the same path with a mix of
Exact and Prefix path types nginx-ingress-controller can
generate an NGINX config with a duplicate location:

    nginx: [emerg] duplicate location "/a/" in /tmp/nginx/nginx-cfg2287376726:693
    nginx: configuration file /tmp/nginx/nginx-cfg2287376726 test failed

The issue is that nginx-ingress-controller stops looking for
duplicates once it sees the same path with a different path type.
2024-02-23 11:05:46 +09:00
..
admission/controller Fix golangci-lint errors (#10196) 2023-08-31 00:36:48 -07:00
ingress Fix duplicate location in NGINX config (#10090) 2024-02-23 11:05:46 +09:00
k8s Fix golangci-lint errors (#10196) 2023-08-31 00:36:48 -07:00
net Disable user snippets per default (#10393) 2023-09-10 20:02:10 -07:00
nginx Separate third party NGINX configuration (#10470) 2023-11-03 14:46:32 +01:00
task Fix golangci-lint errors (#10196) 2023-08-31 00:36:48 -07:00