Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/quickstart_helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ To deploy the indexd service:
```bash
helm repo add gen3 https://helm.gen3.org
helm repo update
helm upgrade --install gen3/indexd
helm upgrade --install indexd gen3/indexd
```
These commands will add the Gen3 helm chart repo and install the indexd service to your Kubernetes cluster.

Expand Down