From f014b195bee2e3794e0e6894ec0c6c3705b59fd0 Mon Sep 17 00:00:00 2001 From: Jacob Lerche Date: Thu, 16 May 2019 18:04:05 -0700 Subject: [PATCH] Removes superfluous command changing reclaim policy --- deploy/gcp/main.tf | 1 - 1 file changed, 1 deletion(-) 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 {