fix: correct Helm chart path in README

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
anoracleofra-code
2026-03-15 01:10:23 -06:00
parent acf1267681
commit 4a33424924
+2 -2
View File
@@ -150,8 +150,8 @@ helm repo update
**2. Install the Chart:**
```bash
# Install from the local /chart directory
helm install shadowbroker ./chart --create-namespace --namespace shadowbroker
# Install from the local helm/chart directory
helm install shadowbroker ./helm/chart --create-namespace --namespace shadowbroker
```
**3. Key Features:**