-
Notifications
You must be signed in to change notification settings - Fork 883
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
chore: Fix istio vs reconcile errors #1460
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1460 +/- ##
=======================================
Coverage 81.76% 81.77%
=======================================
Files 113 113
Lines 15563 15568 +5
=======================================
+ Hits 12725 12730 +5
Misses 2176 2176
Partials 662 662
Continue to review full report at Codecov.
|
9abd62f
to
7a15c88
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
04a3b9c
to
6852b1f
Compare
…oproj#1529) (argoproj#1612) Signed-off-by: Kiran Meduri <[email protected]> Signed-off-by: Rohit Agrawal <[email protected]>
6852b1f
to
1fdcb96
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Signed-off-by: Rohit Agrawal [email protected]
This PR fixes a small error in
reconcileVirtualService(...)
where we try to set the HTTP routes back to the modified VirtualService even if it doesn't exist.Checklist:
"fix(controller): Updates such and such. Fixes #1234"
.