Skip to content

Commit 9f51ae9

Browse files
author
MUzairS15
committed
update installation commands for postgres
Signed-off-by: MUzairS15 <[email protected]>
1 parent 73076e0 commit 9f51ae9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/en/cloud/self-hosted/deploy-with-helm.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ __NOTE: Configuring the extension in some other database will result in failure
5858
##### 1. Install Postgres database
5959

6060
```bash
61-
helm install -f ./install/postgresql/values.yaml postgres ./install/postgresql -n <namespace>
61+
helm repo add bitnami https://charts.bitnami.com/bitnami
62+
helm install postgresql bitnami/postgresql --version 14.0.1
6263
```
6364

6465
##### 2. Install Remote Provider Server and Identity Provider

0 commit comments

Comments
 (0)