add an option in the value file to set custom annotations specificly to tthe custom resource definitions
so we can set in our use case the helm keep tag to ensure the crds never get deleted by an accidental uninstall
annotations:
helm.sh/resource-policy: keep
How was this change tested?
helm template
Does this change impact docs?
[ ] Yes, PR includes docs updates
[ ] Yes, issue opened: #
[x] No
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Fixes #N/A
Description
add an option in the value file to set custom annotations specificly to tthe custom resource definitions so we can set in our use case the helm keep tag to ensure the crds never get deleted by an accidental uninstall
How was this change tested?
helm template
Does this change impact docs?
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
This is the same as #6655 that is closed.