From eafe2c3d988fda3622ab7e01381273bcbcd12f10 Mon Sep 17 00:00:00 2001 From: Daniel Kvist <502136+span@users.noreply.github.com> Date: Sat, 30 Oct 2021 04:35:53 +0200 Subject: [PATCH] Update README.md Add default value for logformat. --- charts/kured/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/kured/README.md b/charts/kured/README.md index 011c4b1..6e11094 100644 --- a/charts/kured/README.md +++ b/charts/kured/README.md @@ -71,7 +71,7 @@ The following changes have been made compared to the stable chart: | `configuration.startTime` | cli-parameter `--start-time` | `""` | | `configuration.timeZone` | cli-parameter `--time-zone` | `""` | | `configuration.annotateNodes` | cli-parameter `--annotate-nodes` | `false` | -| `configuration.logFormat` | cli-parameter `--log-format` | `""` | +| `configuration.logFormat` | cli-parameter `--log-format` | `"text"` | | `configuration.preferNoScheduleTaint` | Taint name applied during pending node reboot | `""` | | `rbac.create` | Create RBAC roles | `true` | | `serviceAccount.create` | Create a service account | `true` |