Fixing OpenSearch operator helm install (#5865)

Signed-off-by: David Tippett <17506770+dtaivpp@users.noreply.github.com>
This commit is contained in:
David Tippett 2023-12-14 20:05:02 -05:00 committed by GitHub
parent ab526cc970
commit d248daa736
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.