Uninstalling and Cleanup Protegrity Anonymization
Steps to uninstall and cleanup Protegrity Anonymization
To remove the Anonymization SDK and all associated Kubernetes resources:
- Clear the deployed release.
helm uninstall pty-anonymization -n anon-ns --wait --timeout 300s
- Delete the bootstrap credentials secret.
kubectl delete secret/aws-iam-bootstrap-creds -n anon-ns
- Delete the persistent volume claim.
kubectl delete pvc/anon-db-persistent-storage-anon-db-depl-0 -n anon-ns
- Clear the namespace.
kubectl delete namespace anon-ns
Optionally clean up IAM roles and OIDC provider created for this deployment, and any S3 artifacts that are no longer needed.
Feedback
Was this page helpful?