Skip to content

Commit 25bd096

Browse files
FIX (helm): Add git clone step
1 parent ba37b30 commit 25bd096

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,16 @@ docker compose up -d
159159

160160
### Option 4: Kubernetes with Helm
161161

162-
For Kubernetes deployments, use the official Helm chart:
162+
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:
163172

164173
```bash
165174
helm install postgresus ./deploy/postgresus -n postgresus --create-namespace

0 commit comments

Comments
 (0)