Merge branch 'feature/add-strict-validate-path-type-arg' of github.com:stgrace/ingress-nginx into feature/add-strict-validate-path-type-arg

This commit is contained in:
Stef Graces 2023-11-09 13:27:57 +01:00
commit 63773af4c2

View file

@ -96,6 +96,10 @@ controller:
# -- Required for use with CNI based kubernetes installations (such as ones set up by kubeadm), # -- Required for use with CNI based kubernetes installations (such as ones set up by kubeadm),
# since CNI and hostport don't mix yet. Can be deprecated once https://github.com/kubernetes/kubernetes/issues/23920 # since CNI and hostport don't mix yet. Can be deprecated once https://github.com/kubernetes/kubernetes/issues/23920
# is merged # is merged
strictValidatePathType: false
# -- Set strict valdiation for paths
# When pathType is configured as `Exact` or `Prefix`, there should be a more strict validation, allowing only paths starting with "/" and
# containing only alphanumeric characters and "-", "_" and additional "/".
hostNetwork: false hostNetwork: false
## Use host ports 80 and 443 ## Use host ports 80 and 443
## Disabled by default ## Disabled by default