Skip to content

feat: add ignore annotation support for skipping reloads #928

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 8, 2025

Conversation

jamie-stinson
Copy link
Contributor

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.

@msafwankarim
Copy link
Contributor

msafwankarim commented Jul 3, 2025

Thank you for your PR submission. Please rebase your branch on master. There has been some changes on this path in master branch

@jamie-stinson
Copy link
Contributor Author

Thank you for your PR submission. Please rebase your branch on master. There have been some changes on this path in master branch

Thanks, i've pulled the latest in

Copy link
Contributor

@msafwankarim msafwankarim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me. Please fix the linting issues in readme and then we can get this merged

@jamie-stinson
Copy link
Contributor Author

Looks good to me. Please fix the linting issues in readme and then we can get this merged

Should be fixed now

@msafwankarim msafwankarim merged commit 5089955 into stakater:master Jul 8, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[ENHANCE] Allow for specific ConfigMaps/Secrets to be ignored
2 participants