-
Notifications
You must be signed in to change notification settings - Fork 333
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(*): proxyTemplate validation error #3937
fix(*): proxyTemplate validation error #3937
Conversation
77c0749
to
4ea5227
Compare
Hey, @marcoferrer thanks for the fix! It looks good, I hope in the future (maybe with #3820 ) we can have a better approach than global variables + You are right that we just recently added "dynamic" profile called Gateway. When it comes to a test, you could add a use case in
or you could write E2E test for it here https://github.com/kumahq/kuma/blob/master/test/e2e/proxytemplate/proxy_template_universal.go or there https://github.com/kumahq/kuma/blob/master/test/e2e/gateway/gateway_universal.go |
4ea5227
to
5a84e79
Compare
Signed-off-by: Mike Beaumont <[email protected]>
5a84e79
to
0e59d8b
Compare
Signed-off-by: marco.ferrer <[email protected]>
0e59d8b
to
1b55415
Compare
Signed-off-by: Mike Beaumont <[email protected]>
Signed-off-by: Mike Beaumont <[email protected]>
ca84939
to
1babfb7
Compare
Signed-off-by: Mike Beaumont <[email protected]>
1babfb7
to
b3e5e54
Compare
Summary
This PR resolves #3935
Not sure if tests are needed for this change or what would be the best way of going about adding them