Simplify layout

This commit is contained in:
Sergey Dudoladov 2018-05-16 16:10:49 +02:00
parent b067ec788a
commit 631748cd59
1 changed files with 1 additions and 3 deletions

View File

@ -46,10 +46,8 @@ kubectl create -f manifests/postgres-operator.yaml # operator deployment
# submit a Postgres cluster # submit a Postgres cluster
kubectl create -f manifests/minimal-postgres-manifest.yaml kubectl create -f manifests/minimal-postgres-manifest.yaml
```
Tear down cleanly: # tear down cleanly
```bash
minikube delete minikube delete
``` ```