Skip to content

Commit

Permalink
Addressed documentation comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kenrowland committed Dec 2, 2024
1 parent 625b88f commit 25d62f3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions helm/examples/metrics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 25d62f3

Please sign in to comment.