From 78bd4fac6109e95c59661bee073d37a414a1dfcd Mon Sep 17 00:00:00 2001 From: Jairo Llopis <973709+yajo@users.noreply.github.com> Date: Thu, 13 Oct 2022 13:54:30 +0200 Subject: [PATCH] docs: fix code block rendering (#2041) This code block was wrongly rendered in docs. --- docs/reference/operator_parameters.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/reference/operator_parameters.md b/docs/reference/operator_parameters.md index af09a5da4..625d5699c 100644 --- a/docs/reference/operator_parameters.md +++ b/docs/reference/operator_parameters.md @@ -28,6 +28,7 @@ configuration. and change it. To test the CRD-based configuration locally, use the following + ```bash kubectl create -f manifests/operatorconfiguration.crd.yaml # registers the CRD kubectl create -f manifests/postgresql-operator-default-configuration.yaml