diff --git a/docs/userguide/cluster-chart.md b/docs/userguide/cluster-chart.md index ecb3ddb7..f3980c9e 100644 --- a/docs/userguide/cluster-chart.md +++ b/docs/userguide/cluster-chart.md @@ -24,10 +24,10 @@ helm upgrade [RELEASE_NAME] opensearch-operator/opensearch-cluster ``` ## Configuring OpenSearch Cluster -By default, the installation will deploy a node pool consisting of three master nodes with the dashboard enabled. Check [helm chart values](../../charts/opensearch-cluster/values.yaml) for more details. +By default, the installation will deploy a node pool consisting of three master nodes with the dashboard enabled. For the entire configuration, check [helm chart values](../../charts/opensearch-cluster/values.yaml). To further customize your OpenSearchCluster installation, you can utilize configuration overrides and modify your `values.yaml`, this allows you to tailor various aspects of the installation to meet your specific requirements. -For instance, if you need to change the httpPort to 9300, this can be achieved by setting `OpenSearchClusterSpec.general.httpPort` to `9300` in the **helm chart values**. +For instance, if you need to change the httpPort to 9300, this can be achieved by setting `OpenSearchClusterSpec.general.httpPort` to `9300` in the [helm chart values](../../charts/opensearch-cluster/values.yaml). ```yaml OpenSearchClusterSpec: general: