From 4413e61f2a2ce93d365b2fb2f5f8e70acd431b1f Mon Sep 17 00:00:00 2001 From: Jillian W <46452606+jillianwilson@users.noreply.github.com> Date: Thu, 3 Aug 2023 15:33:51 -0300 Subject: [PATCH] Update USAGEGUIDE.md Co-authored-by: Dustin Ruetz <26169612+dustin-ruetz@users.noreply.github.com> --- USAGEGUIDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/USAGEGUIDE.md b/USAGEGUIDE.md index ed75593..feb2c2f 100644 --- a/USAGEGUIDE.md +++ b/USAGEGUIDE.md @@ -88,7 +88,7 @@ To further configure the 1Password Kubernetes Operator the following Environment - **MANAGE_CONNECT** *(default: false)*: If set to true, on deployment of the operator, a default configuration of the OnePassword Connect Service will be deployed to the current namespace. - **AUTO_RESTART** (default: false): If set to true, the operator will restart any deployment using a secret from 1Password Connect. This can be overwritten by namespace, deployment, or individual secret. More details on AUTO_RESTART can be found in the ["Configuring Automatic Rolling Restarts of Deployments"](#configuring-automatic-rolling-restarts-of-deployments) section. -You can also set the logging level by setting `--zap-log-level` as an arg on the containers to either `debug`, `info` or `error`. +You can also set the logging level by setting `--zap-log-level` as an arg on the containers to either `debug`, `info` or `error`. (Note: the default value is `debug`.) Example: ```