this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(cert-manager): workaround ingress-nginx Exact PathType bug

Khue Doan ca5cb5d3 3dbf48ff

+8
+8
infra/modules/bootstrap/cert_manager.tf
··· 25 25 crds = { 26 26 enabled = true 27 27 } 28 + config = { 29 + featureGates = { 30 + # Disable the use of Exact PathType in Ingress resources, to work 31 + # around a bug in ingress-nginx 32 + # https://github.com/kubernetes/ingress-nginx/issues/11176 33 + ACMEHTTP01IngressPathTypeExact = false 34 + } 35 + } 28 36 } 29 37 } 30 38 }