[FEATURE]: Delete annotations from objects after they are deleted from the namespace #14
Labels
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
kind/feature
Categorizes issue or PR as related to a new feature.
Is your feature request related to a problem? Please describe.
Currently, when annotations are removed from the namespace, they remain on the previously annotated objects (e.g., Deployments, Services) unless manually removed. This can lead to outdated or incorrect annotations persisting on resources, which might cause confusion or unwanted behavior.
Describe the solution you'd like.
I would like Scribe to automatically remove annotations from resources when they are deleted from the namespace's annotations. This would ensure that resources stay in sync with the current state of the namespace's annotations.
Example:
example
has the following annotation:app.kubernetes.io/name=example
annotation from all relevant resources automatically.Describe alternatives you've considered.
Additional Information
No response
The text was updated successfully, but these errors were encountered: