From a90db54f219ba04179aa12f07a246e4ac3be2640 Mon Sep 17 00:00:00 2001 From: Ken Rowland Date: Mon, 9 Dec 2024 14:16:57 -0500 Subject: [PATCH] Updates from review --- helm/examples/metrics/README.md | 2 +- helm/examples/metrics/elasticsearch_metrics.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/helm/examples/metrics/README.md b/helm/examples/metrics/README.md index cfed4420588..387a756eea8 100644 --- a/helm/examples/metrics/README.md +++ b/helm/examples/metrics/README.md @@ -306,7 +306,7 @@ Add the following to the environment.xml configuration file (note that some valu - + diff --git a/helm/examples/metrics/elasticsearch_metrics.yaml b/helm/examples/metrics/elasticsearch_metrics.yaml index a052ee8d400..88c345978a5 100644 --- a/helm/examples/metrics/elasticsearch_metrics.yaml +++ b/helm/examples/metrics/elasticsearch_metrics.yaml @@ -14,9 +14,9 @@ # settings.host.authentication - authentication settings if authentication is enabled (optional) # settings.host.authentication.type - authentication type (determines remaining settings) (only 'basic' is supported) # settings.host.authentication.username - username for basic authentication (if not stored in a secret) -# settings.host.authentication.password - password for basic authentication (if not stored in a secret) +# settings.host.authentication.password - encrypted password for basic authentication (if not stored in a secret) # settings.host.authentication.credentialsSecret - name of secret containing username and password for basic authentication -# settings.host.authentication.credentialsVaultId - vault id for secret containing username password for basic authentication +# settings.host.authentication.credentialsVaultId - optional vault id for secret containing username password for basic authentication # settings.index - ElasticSearch index settings # settings.index.name - index name #