From 55af9875772159c3b2d1728fc63ebbf84f83f4b0 Mon Sep 17 00:00:00 2001 From: Alexander VanTol Date: Mon, 17 Jun 2024 12:04:58 -0500 Subject: [PATCH] Update quickstart_helm.md --- docs/quickstart_helm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstart_helm.md b/docs/quickstart_helm.md index 3bf1f6fe..22e68b4e 100644 --- a/docs/quickstart_helm.md +++ b/docs/quickstart_helm.md @@ -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.