diff --git a/charts/account-operator/tests/__snapshot__/deployment_test.yaml.snap b/charts/account-operator/tests/__snapshot__/deployment_test.yaml.snap index 8a3433387..4f6197e3c 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=info + - --log-level=warn - --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=info + - --log-level=warn - --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=info + - --log-level=warn - --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 94eda81d1..27b856fe1 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: info +logLevel: warn security: # -- Mount the service account token diff --git a/charts/example-content/values.yaml b/charts/example-content/values.yaml index 780cdc90b..53fd26f66 100644 --- a/charts/example-content/values.yaml +++ b/charts/example-content/values.yaml @@ -7,10 +7,6 @@ istio: virtualService: hosts: - "*" - # matchers: - # - match: - # - uri: - # prefix: /ui/ matchers: - match: - uri: