helm-charts
helm-charts copied to clipboard
Added configmap and deployment annotations capabilities
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.
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?
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.