From efeead1929de1e2bb741ea19fa9a902e91a2507a Mon Sep 17 00:00:00 2001 From: Ori Shoshan Date: Thu, 16 May 2024 12:42:25 +0300 Subject: [PATCH] Update postgres.mdx --- docs/features/postgresql/tutorials/postgres.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/features/postgresql/tutorials/postgres.mdx b/docs/features/postgresql/tutorials/postgres.mdx index a4a1e415c..f73c08b34 100644 --- a/docs/features/postgresql/tutorials/postgres.mdx +++ b/docs/features/postgresql/tutorials/postgres.mdx @@ -78,7 +78,7 @@ kubectl create namespace otterize-tutorial-postgres kubectl apply -n otterize-tutorial-postgres -f ${ABSOLUTE_URL}/code-examples/postgres/client-server-database.yaml ``` -### Deploy a PostgresServerConfig to allow Otterize DB access +### Deploy a PostgreSQLServerConfig to allow Otterize DB access ```yaml apiVersion: k8s.otterize.com/v1alpha3 kind: PostgreSQLServerConfig @@ -166,4 +166,4 @@ To remove the deployed examples, run: ```shell kubectl delete clientintents.k8s.otterize.com -n otterize-tutorial-postgres client-intents-for-server && \ kubectl delete namespace otterize-tutorial-postgres -``` \ No newline at end of file +```