diff --git a/docs/userguide/main.md b/docs/userguide/main.md index 0a148288..bf9c52cd 100644 --- a/docs/userguide/main.md +++ b/docs/userguide/main.md @@ -1249,7 +1249,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: @@ -1280,7 +1280,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