From e6a59c7f6e74ef422b34b69ae028f5d2806fb34f Mon Sep 17 00:00:00 2001 From: Angel Kafazov Date: Wed, 12 Feb 2025 17:42:32 +0200 Subject: [PATCH] change logLevel from info to warn in account-operator README On-behalf-of: @SAP angel.kafazov@sap.com Signed-off-by: Angel Kafazov --- charts/account-operator/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/account-operator/README.md b/charts/account-operator/README.md index 4039d9571..be890d626 100644 --- a/charts/account-operator/README.md +++ b/charts/account-operator/README.md @@ -23,7 +23,7 @@ A Helm chart to deploy OpenMFP Account-Operator | kcp.enabled | bool | `false` | Enable KCP | | kcp.virtualWorkspaceUrl | string | `""` | The URL for the virtual workspace | | kubeconfigSecret | string | `""` | The secret for kubeconfig | -| logLevel | string | `"info"` | The log level | +| logLevel | string | `"warn"` | The log level | | security.mountServiceAccountToken | bool | `true` | Mount the service account token | | subroutines.extension.enabled | bool | `true` | Enable extension subroutines | | subroutines.extensionReady.enabled | bool | `true` | Enable extension ready subroutines |