Uninstalling and Cleanup Protegrity Synthetic Data
Steps to uninstall and cleanup Protegrity Synthetic Data
To remove the Synthetic Data and all associated Kubernetes resources:
- Clear the deployed release.
helm uninstall pty-synthetic-data -n syntheticdata-ns --wait --timeout 420s
- Delete the S3 credentials secret.
kubectl delete secret/synthobjectstore-creds -n syntheticdata-ns
- Delete the persistent volume claim.
kubectl delete pvc/syn-db-persistent-storage-syn-db-depl-0 -n syntheticdata-ns
- Clear the namespace.
kubectl delete namespace syntheticdata-ns
Optionally clean up any S3 artifacts that are no longer needed.
Feedback
Was this page helpful?