Ignore RepeatedResourceWarning #8927
Replies: 4 comments
-
I know this isn't an answer but I am also interested in the ability to ignore the |
Beta Was this translation helpful? Give feedback.
-
I am also interested in discovering how to silence this message. According to the ArgoCD documentation, ArgoCD allows for an application to be sourced from multiple repos. If there is a duplicate resource, the last definition overrides. This is exactly what I want and need. However, I don't need the warning message because it's intended. |
Beta Was this translation helpful? Give feedback.
-
Interestingly enough the ArgoCD rbac page promotes creating multiple argocd-rbac-cm ConfigMaps to make it easier to manage the policy csv, which ends up throwing this warning. |
Beta Was this translation helpful? Give feedback.
-
Looking at the code which detects dups: Lines 422 to 432 in e5417e1 ...it appears there is no test for a configuration option to silence the specific warning. Though it should be entirely possible to add a configuration in the app which does suppress the warning. Maybe a list of resource_type/name strings? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to ignore/whitelist specific warnings as a non-issue, such as the RepeatedResourceWarning? We have a case where sometimes a RepeatedResourceWarning occurs but it's really not an issue and we would like the warning to be removed from the UI.
I've tried searching around but can't seem to find much on it except maybe this issue (#2115).
Beta Was this translation helpful? Give feedback.
All reactions