diff --git a/elasticsearch/README.md b/elasticsearch/README.md index 3bbf42a0..3340f60b 100644 --- a/elasticsearch/README.md +++ b/elasticsearch/README.md @@ -38,7 +38,7 @@ This Helm chart is a lightweight way to configure and run our official - + ## Requirements @@ -118,7 +118,7 @@ support multiple versions with minimal changes. | `envFrom` | Templatable string to be passed to the [environment from variables][] which will be appended to the `envFrom:` definition for the container | `[]` | | `esConfig` | Allows you to add any config files in `/usr/share/elasticsearch/config/` such as `elasticsearch.yml` and `log4j2.properties`. See [values.yaml][] for an example of the formatting | `{}` | | `esJavaOpts` | [Java options][] for Elasticsearch. This is where you could configure the [jvm heap size][] | `""` | -| `esJvmOptions` | [Java options][] for Elasticsearch. Override the default JVM options by adding custom options files . See [values.yaml][] for an example of the formatting | `{}` | +| `esJvmOptions` | [Java options][] for Elasticsearch. Override the default JVM options by adding custom options files . See [values.yaml][] for an example of the formatting | `{}` | | `esMajorVersion` | Deprecated. Instead, use the version of the chart corresponding to your ES minor version. Used to set major version specific configuration. If you are using a custom image and not running the default Elasticsearch version you will need to set this to the version you are running (e.g. `esMajorVersion: 6`) | `""` | | `extraContainers` | Templatable string of additional `containers` to be passed to the `tpl` function | `""` | | `extraEnvs` | Extra [environment variables][] which will be appended to the `env:` definition for the container | `[]` | @@ -161,7 +161,7 @@ support multiple versions with minimal changes. | `roles` | A list with the specific [roles][] for the `nodeGroup` | see [values.yaml][] | | `schedulerName` | Name of the [alternate scheduler][] | `""` | | `secret.enabled` | Enable Secret creation for Elasticsearch credentials | `true` | -| `secret.password` | Initial password for the elastic user | `""` (generated randomly) | +| `secret.password` | Initial password for the elastic user | `""` (generated randomly) | | `secretMounts` | Allows you easily mount a secret as a file inside the StatefulSet. Useful for mounting certificates and other secrets. See [values.yaml][] for an example | `[]` | | `securityContext` | Allows you to set the [securityContext][] for the container | see [values.yaml][] | | `service.annotations` | [LoadBalancer annotations][] that Kubernetes will use for the service. This will configure load balancer if `service.type` is `LoadBalancer` | `{}` | @@ -267,7 +267,7 @@ sufficient. ### How to deploy clusters with security (authentication and TLS) enabled? This Helm chart can generate a [Kubernetes Secret][] or use an existing one to -setup Elastic credentials. +setup Elastic credentials. This Helm chart can use existing [Kubernetes Secret][] to setup Elastic certificates for example. These secrets should be created outside of this chart diff --git a/filebeat/README.md b/filebeat/README.md index 6d891182..1624113f 100644 --- a/filebeat/README.md +++ b/filebeat/README.md @@ -30,7 +30,7 @@ This Helm chart is a lightweight way to configure and run our official - + ## Requirements diff --git a/kibana/README.md b/kibana/README.md index 5ad8ee16..c581c21b 100644 --- a/kibana/README.md +++ b/kibana/README.md @@ -28,7 +28,7 @@ This Helm chart is a lightweight way to configure and run our official - + ## Requirements diff --git a/logstash/README.md b/logstash/README.md index 78b5d050..4e112cce 100644 --- a/logstash/README.md +++ b/logstash/README.md @@ -31,7 +31,7 @@ SLA of official GA features (see [supported configurations][] for more details). - + ## Requirements