-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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: 21219 Honour ARGOCD_APPLICATIONSET_CONTROLLER_NAMESPACES for all ApplicationSet events #21241
base: master
Are you sure you want to change the base?
Conversation
… ApplicationSet events Namespace filtering is applied to Update, Delete and Generic events. Fixes argoproj#21219 Signed-off-by: eadred <[email protected]>
🔴 Preview Environment stopped on BunnyshellSee: Environment Details | Pipeline Logs Available commands (reply to this comment):
|
Change makes sense to me! Could you write a test? |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #21241 +/- ##
==========================================
- Coverage 55.23% 55.17% -0.06%
==========================================
Files 337 337
Lines 57055 57054 -1
==========================================
- Hits 31515 31482 -33
- Misses 22847 22877 +30
- Partials 2693 2695 +2 ☔ View full report in Codecov by Sentry. |
Signed-off-by: eadred <[email protected]>
Signed-off-by: eadred <[email protected]>
Signed-off-by: eadred <[email protected]>
I'm not quite sure what the failing unit test has to do with these changes. |
PR #21271 attempts to fix the unrelated data race test failures. |
Namespace filtering is applied to Update, Delete and Generic events.
Fixes #21219
Checklist: