From 25d62f3a410f35ad5466bca56e0c438360019c72 Mon Sep 17 00:00:00 2001 From: Ken Rowland Date: Mon, 2 Dec 2024 14:36:08 -0500 Subject: [PATCH] Addressed documentation comments --- helm/examples/metrics/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/helm/examples/metrics/README.md b/helm/examples/metrics/README.md index 464e9c574a9..cfed4420588 100644 --- a/helm/examples/metrics/README.md +++ b/helm/examples/metrics/README.md @@ -265,10 +265,11 @@ The host settings define the ElasticSearch server to which metrics are reported. **Authentication** -A child of the host configuration where authentication settings are defined. The settings are: +Optional child of the host configuration where authentication settings are defined. If missing, +no authentication is used. If defined, the settings are: -* type - Authentication type used to connect to the ElasticSearch server. Value defines the remaining settings. -The allowed values are (optional) +* type - Required Authentication type used to connect to the ElasticSearch server. Value defines the +remaining settings. The allowed values are: * basic - Basic authentication is used. * credentialsSecret - The name of the secret containing the credentials used to authenticate to the ElasticSearch server. (optional, valid for Kubernetes only)