Skip to content
Snippets Groups Projects
Commit 36b862f5 authored by Arie Peterson's avatar Arie Peterson
Browse files

Change default ingress pathType to allow regex matching

parent b6ee53a4
No related branches found
No related tags found
No related merge requests found
......@@ -660,8 +660,9 @@ ingress:
##
path: /
## @param ingress.pathType Ingress path type
## Should usually be ImplementationSpecific to allow regex matching.
##
pathType: Prefix
pathType: ImplementationSpecific
## @param ingress.annotations Ingress annotations done as key:value pairs
## For a full list of possible ingress annotations, please see
## ref: https://github.com/kubernetes/ingress-nginx/blob/master/docs/user-guide/nginx-configuration/annotations.md
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment