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.