docs: fix code block rendering (#2041)
This code block was wrongly rendered in docs.
This commit is contained in:
parent
4786f53f03
commit
78bd4fac61
|
|
@ -28,6 +28,7 @@ configuration.
|
||||||
and change it.
|
and change it.
|
||||||
|
|
||||||
To test the CRD-based configuration locally, use the following
|
To test the CRD-based configuration locally, use the following
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
kubectl create -f manifests/operatorconfiguration.crd.yaml # registers the CRD
|
kubectl create -f manifests/operatorconfiguration.crd.yaml # registers the CRD
|
||||||
kubectl create -f manifests/postgresql-operator-default-configuration.yaml
|
kubectl create -f manifests/postgresql-operator-default-configuration.yaml
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue