helm-charts icon indicating copy to clipboard operation
helm-charts copied to clipboard

Added configmap and deployment annotations capabilities

Open Amir-Wollman opened this issue 1 year ago • 2 comments

Added ability to specify annotations in deployment and configmap. The motivation to do so is to allow reloader to match & search resources valid for reloading, and I suspect there are further use-cases.

Did not add to service resource as it is already enabled using service.annotaions, as well as PDB, Role and RoleBinding resources for which it isn't as relevant.

Amir-Wollman avatar Jul 25 '23 08:07 Amir-Wollman

Added ability to specify annotations in deployment and configmap. The motivation to do so is to allow reloader to match & search resources valid for reloading, and I suspect there are further use-cases.

@Amir-Wollman when you mention the "reloader" here, which are you referring to?

SuperCoolAlan avatar Sep 07 '23 14:09 SuperCoolAlan

Added ability to specify annotations in deployment and configmap. The motivation to do so is to allow reloader to match & search resources valid for reloading, and I suspect there are further use-cases.

@Amir-Wollman when you mention the "reloader" here, which are you referring to?

@SuperCoolAlan Sorry for the delayed response - didn't notice this message. By reloader, I mean the stakater reloader, but this is probably useful for more implementations.

Amir-Wollman avatar Jan 07 '24 09:01 Amir-Wollman