Reloader icon indicating copy to clipboard operation
Reloader copied to clipboard

Allow to skip a resource by annotations.

Open magmax opened this issue 2 years ago • 2 comments

Sometimes there is just one or two resources (cm/secrets) that require to be ignored, so annotating all of them to match can be harder than just marking the ones to be skipped.

Real example: jenkins has a configmap for JCasC (Jenkins Configuration As Code) managed by a configmap and reloaded automatically, but any other configmap/service should fire reloader to restart pods.

magmax avatar Jun 07 '22 08:06 magmax

At the moment, this functionality doesn't exist but you are welcome to contribute with a PR.

faizanahmad055 avatar Jan 05 '23 20:01 faizanahmad055

@faizanahmad055 and @rasheedamir

I have exactly the same need. Is someone willing to contribute also ? I would want to ask ... how it should be done as best ? I mean hints which label or annotation should be used to base the logic on such a exclude decision ?

Whom to ask to clarify this before somone starts to code ... to have a high change to get it review successully and then merged ?

Gruummy avatar Nov 30 '23 11:11 Gruummy