-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix data size validations #3492
Conversation
Why don't you just do following?
|
@ElvinEfendi because that regex does not support passing just numbers "10000" |
Why not? you can use the following regexp:
|
also from http://nginx.org/en/docs/syntax.html
why are we adding support for |
Please check #3468 |
I've seen that but the documentation does not say it supports |
Agree but it works 🤔 |
I think we should revert https://github.com/kubernetes/ingress-nginx/pull/3409/files instead of adding Otherwise by merging this PR as is, we would be keeping incorrect behaviour which is worse than incomplete. |
/lgtm We can do #3492 (comment) in another PR. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: aledbf, ElvinEfendi The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Which issue this PR fixes: fixes #3468