From 3cea4402950fddd730b745e1321f50635f7dd5bd Mon Sep 17 00:00:00 2001 From: drfaust92 Date: Wed, 13 Dec 2023 19:32:13 +0200 Subject: [PATCH] allow setting log config for rollouts Signed-off-by: drfaust92 --- charts/argo-rollouts/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/charts/argo-rollouts/README.md b/charts/argo-rollouts/README.md index 609c30c5..9bf2d140 100644 --- a/charts/argo-rollouts/README.md +++ b/charts/argo-rollouts/README.md @@ -152,7 +152,6 @@ For full list of changes please check ArtifactHub [changelog]. | dashboard.ingress.pathType | string | `"Prefix"` | Dashboard ingress path type | | dashboard.ingress.paths | list | `["/"]` | Dashboard ingress paths | | dashboard.ingress.tls | list | `[]` | Dashboard ingress tls | -| dashboard.logging.format | string | `"text"` | Set the logging format (one of: `text`, `json`) | | dashboard.logging.level | string | `"info"` | Set the logging level (one of: `debug`, `info`, `warn`, `error`) | | dashboard.nodeSelector | object | `{}` | [Node selector] | | dashboard.pdb.annotations | object | `{}` | Annotations to be added to dashboard [Pod Disruption Budget] |