Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Backport 2.0] Fixing OpenSearch operator helm install #5896

Merged
merged 1 commit into from
Dec 15, 2023
Merged
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 _clients/k8s-operator.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,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.
Expand Down
Loading