From 631748cd59f128fdeebcd582882d47deabb41dda Mon Sep 17 00:00:00 2001 From: Sergey Dudoladov Date: Wed, 16 May 2018 16:10:49 +0200 Subject: [PATCH] Simplify layout --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 0dc2d2126..a811d485c 100644 --- a/README.md +++ b/README.md @@ -46,10 +46,8 @@ kubectl create -f manifests/postgres-operator.yaml # operator deployment # submit a Postgres cluster kubectl create -f manifests/minimal-postgres-manifest.yaml -``` -Tear down cleanly: -```bash +# tear down cleanly minikube delete ```