Skip to content

Commit

Permalink
Removes superfluous command changing reclaim policy
Browse files Browse the repository at this point in the history
  • Loading branch information
jlerche committed May 17, 2019
1 parent f7f49ec commit f014b19
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion deploy/gcp/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit f014b19

Please sign in to comment.