-
Notifications
You must be signed in to change notification settings - Fork 866
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
feat: retain TLS configuration for canary ingresses in the nginx integration. Fixes #1134 #2679
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #2679 +/- ##
=======================================
Coverage 81.68% 81.69%
=======================================
Files 133 133
Lines 20178 20184 +6
=======================================
+ Hits 16483 16489 +6
Misses 2843 2843
Partials 852 852
☔ View full report in Codecov by Sentry. |
Signed-off-by: Pavels Fjodorovs <[email protected]>
Signed-off-by: Pavels Fjodorovs <[email protected]>
Signed-off-by: Pavels Fjodorovs <[email protected]>
LGTM |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
when will this be released? |
may @zachaller knows? |
1 similar comment
may @zachaller knows? |
…gration. Fixes argoproj#1134 (argoproj#2679) * Retain TLS configuration for canary ingresses in the nginx integration Signed-off-by: Pavels Fjodorovs <[email protected]> * Retain TLS configuration for canary ingresses in the nginx integration Signed-off-by: Pavels Fjodorovs <[email protected]> * fixed tests after multiple nginx ingress merge Signed-off-by: Pavels Fjodorovs <[email protected]> --------- Signed-off-by: Pavels Fjodorovs <[email protected]> Signed-off-by: Pavels Fjodorovs <[email protected]>
…gration. Fixes argoproj#1134 (argoproj#2679) * Retain TLS configuration for canary ingresses in the nginx integration Signed-off-by: Pavels Fjodorovs <[email protected]> * Retain TLS configuration for canary ingresses in the nginx integration Signed-off-by: Pavels Fjodorovs <[email protected]> * fixed tests after multiple nginx ingress merge Signed-off-by: Pavels Fjodorovs <[email protected]> --------- Signed-off-by: Pavels Fjodorovs <[email protected]> Signed-off-by: Pavels Fjodorovs <[email protected]> Signed-off-by: Liming Liu <[email protected]>
For some reason (there's a comment but not explanation as to why), nginx integration does not copy TLS configuration from the stable ingress when creating canary ingresses (see issue #1134). This PR fixes that.
Checklist:
"fix(controller): Updates such and such. Fixes #1234"
.