Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: webhook handler fails to refresh when alternate application name…
…spaces are configured (argoproj#13976) * fix: Add failing test for webhooks in all namespaces This adds a failing test that properly exercises this functionality over all namespaces. The issue with the code that is under test is that it does not pass the namespace correctly to the patch of the application, resulting in the patch not taking place in the correct namespace Signed-off-by: Nikolas Skoufis <[email protected]> * fix: queue webhook refresh for apps in all namespaces This passes the test in the previous commit, to ensure that webhooks correctly refresh applications across all namespaces. Signed-off-by: Nikolas Skoufis <[email protected]> * fix: Use existing NamespacedName type Use the existing type instead of a custom type Signed-off-by: Nikolas Skoufis <[email protected]> --------- Signed-off-by: Nikolas Skoufis <[email protected]>
- Loading branch information