We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba37b30 commit 25bd096Copy full SHA for 25bd096
README.md
@@ -159,7 +159,16 @@ docker compose up -d
159
160
### Option 4: Kubernetes with Helm
161
162
-For Kubernetes deployments, use the official Helm chart:
+For Kubernetes deployments, use the official Helm chart.
163
+
164
+**Step 1:** Clone the repository:
165
166
+```bash
167
+git clone https://github.com/RostislavDugin/postgresus.git
168
+cd postgresus
169
+```
170
171
+**Step 2:** Install with Helm:
172
173
```bash
174
helm install postgresus ./deploy/postgresus -n postgresus --create-namespace
0 commit comments