Uninstalling and Cleanup Protegrity Synthetic Data

Steps to uninstall and cleanup Protegrity Synthetic Data

To remove the Synthetic Data and all associated Kubernetes resources:

  1. Clear the deployed release.
helm uninstall pty-synthetic-data -n syntheticdata-ns --wait --timeout 420s
  1. Delete the S3 credentials secret.
kubectl delete secret/synthobjectstore-creds -n syntheticdata-ns
  1. Delete the persistent volume claim.
kubectl delete pvc/syn-db-persistent-storage-syn-db-depl-0 -n syntheticdata-ns
  1. Clear the namespace.
kubectl delete namespace syntheticdata-ns  

Optionally clean up any S3 artifacts that are no longer needed.


Last modified : April 09, 2026