I am using Trident to create a volume from an existing PV. I have this working as expected, but I noticed there are snapshot copies that are automatically created when I create a new volume from the existing volume.
I have the annotations trident.netapp.io/cloneFromPVC and trident.netapp.io/splitOnClone currently set on my new pvc, and I have a volume snapshot class with the deletionPolicy set to delete, but that doesn't seem to work.
Is there a different annotation I need to set?