Skip to content

Commit

Permalink
Update postgres.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
orishoshan committed May 16, 2024
1 parent d0fb19c commit efeead1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/features/postgresql/tutorials/postgres.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
```
```

0 comments on commit efeead1

Please sign in to comment.