From d248daa73609b81dded65398654df5a5ffce7d69 Mon Sep 17 00:00:00 2001 From: David Tippett Date: Thu, 14 Dec 2023 20:05:02 -0500 Subject: [PATCH] Fixing OpenSearch operator helm install (#5865) Signed-off-by: David Tippett <17506770+dtaivpp@users.noreply.github.com> --- _tools/k8s-operator.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_tools/k8s-operator.md b/_tools/k8s-operator.md index 5ed63079..403aabd6 100644 --- a/_tools/k8s-operator.md +++ b/_tools/k8s-operator.md @@ -22,7 +22,7 @@ If you use Helm to manage your Kubernetes cluster, you can use the OpenSearch Ku To begin, log in to your Kubernetes cluster and add the Helm repository (repo) from [Artifact Hub](https://artifacthub.io/packages/helm/opensearch-operator/opensearch-operator/). ``` -helm repo add opensearch-operator https://opster.github.io/opensearch-k8s-operator/ +helm repo add opensearch-operator https://opensearch-project.github.io/opensearch-k8s-operator/ ``` Make sure that the repo is included in your Kubernetes cluster.