Skip to content

Commit db55cad

Browse files
Merge pull request #116 from RostislavDugin/feature/helm_chart
FIX (helm): Add git clone step
2 parents 7e98dd5 + 25bd096 commit db55cad

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)