Feature Request: Add Annotations to `projects_persistence`

I would like to set on projects_persistance the following as an annotation:

  annotations:
    "helm.sh/resource-policy": keep

This would retain the PVC defined in projects_persistence but of course, the annotation could be set for whatever is needed for your specific case. For now, I work around with patching PVC.

I see adding annotations has been implemented for Service Accounts and would hopefully not take too much time to implement.

Is this worth consideration?