Simplify layout
This commit is contained in:
parent
b067ec788a
commit
631748cd59
|
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue