Reloader
Reloader copied to clipboard
feat: add ignore annotation support for skipping reloads
trafficstars
Adds support for the reloader.stakater.com/ignore annotation on ConfigMaps and Secrets. When set to "true", this annotation prevents Reloader from triggering a reload of dependent workloads, even if the resource changes. This allows users to opt out of reload behavior for specific resources where restarts are unnecessary or undesirable.
Closes #925.