From af220df336cfbb216b63d5fc42d97e1b282b72d2 Mon Sep 17 00:00:00 2001 From: Nick Zolotarov <10888808+nzolot@users.noreply.github.com> Date: Thu, 14 Apr 2022 16:56:52 +0300 Subject: [PATCH] Update README.md Signed-off-by: Nick Zolotarov --- charts/fluentd-elasticsearch/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/fluentd-elasticsearch/README.md b/charts/fluentd-elasticsearch/README.md index fde9081..b96371f 100755 --- a/charts/fluentd-elasticsearch/README.md +++ b/charts/fluentd-elasticsearch/README.md @@ -55,6 +55,7 @@ The following table lists the configurable parameters of the Fluentd elasticsear | `affinity` | Optional daemonset affinity | `{}` | | `annotations` | Optional daemonset annotations | `NULL` | | `podAnnotations` | Optional daemonset's pods annotations | `NULL` | +| `securityContext` | Optional a security context for a Pod | `{}` | | `configMaps.useDefaults.systemConf` | Use default system.conf | `true` | | `configMaps.useDefaults.containersInputConf` | Use default containers.input.conf | `true` | | `configMaps.useDefaults.containersKeepTimeKey` | Keep the container log timestamp as part of the log data. | `false` |