You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to be able to add the helm.sh/resource-policy=keep annotation to all the CRDs coming from the Prometheus operator, to ensure minimal probability of having the CRDs being deleted during operations.
It should be possible to add arbitrary annotations/labels to the CRD
The text was updated successfully, but these errors were encountered:
I see your point as the state of Prometheus instances might be lost if removal of CRDs causes Prometheus instances to be removed. However, using the Helm crd management functionality I do not think this is possible. Helm wont do any templating for the resources in the crds folder. If using Flux there is a post processing feature that might be able to handle this.
I would like to be able to add the
helm.sh/resource-policy=keep
annotation to all the CRDs coming from the Prometheus operator, to ensure minimal probability of having the CRDs being deleted during operations.It should be possible to add arbitrary annotations/labels to the CRD
The text was updated successfully, but these errors were encountered: