From 7c7a22d98fc3049a36a7e297fd1f10b021678fad Mon Sep 17 00:00:00 2001 From: Angel Kafazov Date: Wed, 12 Feb 2025 17:06:00 +0200 Subject: [PATCH] change logLevel in account-operator On-behalf-of: @SAP angel.kafazov@sap.com Signed-off-by: Angel Kafazov --- .../tests/__snapshot__/deployment_test.yaml.snap | 6 +++--- charts/account-operator/values.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/account-operator/tests/__snapshot__/deployment_test.yaml.snap b/charts/account-operator/tests/__snapshot__/deployment_test.yaml.snap index db47f55aa..8a3433387 100644 --- a/charts/account-operator/tests/__snapshot__/deployment_test.yaml.snap +++ b/charts/account-operator/tests/__snapshot__/deployment_test.yaml.snap @@ -299,7 +299,7 @@ operator match the snapshot: - args: - operator - --leader-elect - - --log-level=debug + - --log-level=info - --health-probe-bind-address=:8081 env: - name: SUBROUTINES_NAMESPACE_ENABLED @@ -757,7 +757,7 @@ operator match the snapshot (with kubeconfigSecret): - args: - operator - --leader-elect - - --log-level=debug + - --log-level=info - --health-probe-bind-address=:8081 env: - name: SUBROUTINES_NAMESPACE_ENABLED @@ -1218,7 +1218,7 @@ operator match the snapshot with webhook enabled: - args: - operator - --leader-elect - - --log-level=debug + - --log-level=info - --health-probe-bind-address=:8081 env: - name: SUBROUTINES_NAMESPACE_ENABLED diff --git a/charts/account-operator/values.yaml b/charts/account-operator/values.yaml index ca2b9e77c..94eda81d1 100644 --- a/charts/account-operator/values.yaml +++ b/charts/account-operator/values.yaml @@ -48,7 +48,7 @@ subroutines: # -- The secret for kubeconfig kubeconfigSecret: "" # -- The log level -logLevel: debug +logLevel: info security: # -- Mount the service account token