Skip to content

Commit

Permalink
Fixes OpenSearchISMPolicy crd kind in docs (#741)
Browse files Browse the repository at this point in the history
Minor typo fix for the OpenSearchISMPolicy kind

### Description
Minor typo fix for the OpenSearchISMPolicy kind

Signed-off-by: Gustavo Andrade Ferreira <jojovembh@gmail.com>
  • Loading branch information
jojovem authored Apr 4, 2024
1 parent 08c84bc commit 608c678
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/userguide/main.md
Original file line number Diff line number Diff line change
Expand Up @@ -1245,7 +1245,7 @@ It is possible to manage OpenSearch ISM policies in Kubernetes with the operator

```yaml
apiVersion: opensearch.opster.io/v1
kind: OpensearchISMPolicy
kind: OpenSearchISMPolicy
metadata:
name: sample-policy
spec:
Expand Down Expand Up @@ -1276,7 +1276,7 @@ spec:
- delete: {}
```

The namespace of the `OpensearchISMPolicy` must be the namespace the OpenSearch cluster itself is deployed in. `policyId` is an optional field, and if not provided `metadata.name` is used as the default.
The namespace of the `OpenSearchISMPolicy` must be the namespace the OpenSearch cluster itself is deployed in. `policyId` is an optional field, and if not provided `metadata.name` is used as the default.

## Managing index and component templates

Expand Down

0 comments on commit 608c678

Please sign in to comment.