From 4b0e20ef57ef32178620d43985618915095d87af Mon Sep 17 00:00:00 2001 From: David Yu Date: Wed, 30 Aug 2023 22:20:55 -0700 Subject: [PATCH 1/3] Update values.yaml --- charts/consul/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/consul/values.yaml b/charts/consul/values.yaml index 38e7989744..32e3563f76 100644 --- a/charts/consul/values.yaml +++ b/charts/consul/values.yaml @@ -2440,7 +2440,7 @@ connectInject: # @type: string imageConsul: null - # Override global log verbosity level. One of "debug", "info", "warn", or "error". + # Sets the logLevel for `consul-dataplane` and the `consul-connect-inject-init` container. If set, this overrides the global log verbosity level. One of "debug", "info", "warn", or "error". # @type: string logLevel: "" From 50824573526c0c256d187d2e274f7f34673c05cd Mon Sep 17 00:00:00 2001 From: David Yu Date: Wed, 30 Aug 2023 22:23:34 -0700 Subject: [PATCH 2/3] Update values.yaml --- charts/consul/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/consul/values.yaml b/charts/consul/values.yaml index 32e3563f76..9d49a1db62 100644 --- a/charts/consul/values.yaml +++ b/charts/consul/values.yaml @@ -2440,7 +2440,7 @@ connectInject: # @type: string imageConsul: null - # Sets the logLevel for `consul-dataplane` and the `consul-connect-inject-init` container. If set, this overrides the global log verbosity level. One of "debug", "info", "warn", or "error". + # Sets the logLevel for the `consul-dataplane` sidecar and the `consul-connect-inject-init` container. If set, this overrides the global log verbosity level. One of "debug", "info", "warn", or "error". # @type: string logLevel: "" From 1f5634eb9f91d1038383e1537d7de393bfe91e8c Mon Sep 17 00:00:00 2001 From: David Yu Date: Thu, 31 Aug 2023 12:50:24 -0700 Subject: [PATCH 3/3] Update charts/consul/values.yaml Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com> --- charts/consul/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/consul/values.yaml b/charts/consul/values.yaml index 9d49a1db62..a4074683b5 100644 --- a/charts/consul/values.yaml +++ b/charts/consul/values.yaml @@ -2440,7 +2440,7 @@ connectInject: # @type: string imageConsul: null - # Sets the logLevel for the `consul-dataplane` sidecar and the `consul-connect-inject-init` container. If set, this overrides the global log verbosity level. One of "debug", "info", "warn", or "error". + # Sets the `logLevel` for the `consul-dataplane` sidecar and the `consul-connect-inject-init` container. When set, this value overrides the global log verbosity level. One of "debug", "info", "warn", or "error". # @type: string logLevel: ""