This is an automated email from the ASF dual-hosted git repository.
ashishtiwari pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git
The following commit(s) were added to refs/heads/master by this push:
new 0385d285 fix: remove path validation (#2140)
0385d285 is described below
commit 0385d285040b77d7fa10dd3610f90b15b87ed4d2
Author: Ashish Tiwari <[email protected]>
AuthorDate: Fri Jan 19 11:49:42 2024 +0530
fix: remove path validation (#2140)
---
samples/deploy/crd/v1/ApisixRoute.yaml | 1 -
1 file changed, 1 deletion(-)
diff --git a/samples/deploy/crd/v1/ApisixRoute.yaml
b/samples/deploy/crd/v1/ApisixRoute.yaml
index 4f8ae42c..a479e1b6 100644
--- a/samples/deploy/crd/v1/ApisixRoute.yaml
+++ b/samples/deploy/crd/v1/ApisixRoute.yaml
@@ -104,7 +104,6 @@ spec:
minItems: 1
items:
type: string
- pattern:
"^/[a-zA-Z0-9\\-._~%!$&'()+,;=:@/]*\\*?$"
hosts:
type: array
minItems: 1