docs: fix code block rendering (#2041)

This code block was wrongly rendered in docs.
This commit is contained in:
Jairo Llopis 2022-10-13 13:54:30 +02:00 committed by GitHub
parent 4786f53f03
commit 78bd4fac61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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