diff --git a/deploy/gcp/main.tf b/deploy/gcp/main.tf index 81516da15dc..f833830d0ed 100644 --- a/deploy/gcp/main.tf +++ b/deploy/gcp/main.tf @@ -305,7 +305,6 @@ until kubectl get po -n tidb -lapp.kubernetes.io/component=tidb | grep Running; echo "Wait for TiDB pod running" sleep 5 done -kubectl get pv -l app.kubernetes.io/namespace=tidb -o name | xargs -I {} kubectl patch {} -p '{"spec":{"persistentVolumeReclaimPolicy":"Delete"}}' EOS environment {