These deployments are intended for maintaining and debugging mounted storage used by the data builder jobs. The deployments create a pod that does nothing but has storage mounted similar to the data builder jobs.
kubectl apply -f otp-data-builder-debug-dev.yml
or
kubectl apply -f otp-data-builder-debug-prod.yml
kubectl exec -it <debug_pod_name> -- /bin/bash
kubectl delete -f otp-data-builder-debug-dev.yml
or
kubectl delete -f otp-data-builder-debug-prod.yml