We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73076e0 commit 9f51ae9Copy full SHA for 9f51ae9
content/en/cloud/self-hosted/deploy-with-helm.md
@@ -58,7 +58,8 @@ __NOTE: Configuring the extension in some other database will result in failure
58
##### 1. Install Postgres database
59
60
```bash
61
-helm install -f ./install/postgresql/values.yaml postgres ./install/postgresql -n <namespace>
+helm repo add bitnami https://charts.bitnami.com/bitnami
62
+helm install postgresql bitnami/postgresql --version 14.0.1
63
```
64
65
##### 2. Install Remote Provider Server and Identity Provider
0 commit comments