You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ts...@apache.org on 2022/10/18 06:59:14 UTC

[camel-k] branch main updated: change(helm): logLevel configuration enabled

This is an automated email from the ASF dual-hosted git repository.

tsato pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git


The following commit(s) were added to refs/heads/main by this push:
     new 344407a2e change(helm): logLevel configuration enabled
344407a2e is described below

commit 344407a2eeb6e1843a1e753a3f3281a5c3215fd7
Author: leewoobin789 <le...@gmail.com>
AuthorDate: Thu Oct 13 16:35:48 2022 +0200

    change(helm): logLevel configuration enabled
---
 helm/camel-k/templates/operator.yaml | 2 ++
 helm/camel-k/values.yaml             | 1 +
 2 files changed, 3 insertions(+)

diff --git a/helm/camel-k/templates/operator.yaml b/helm/camel-k/templates/operator.yaml
index a26f4c57e..585bea9f8 100644
--- a/helm/camel-k/templates/operator.yaml
+++ b/helm/camel-k/templates/operator.yaml
@@ -50,6 +50,8 @@ spec:
               {{- else }}
               value: ""
               {{- end }}
+            - name: LOG_LEVEL
+              value: {{ .Values.operator.logLevel }}
             - name: OPERATOR_NAME
               value: camel-k
             - name: POD_NAME
diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index 0af39ea7d..e434bc76d 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -28,6 +28,7 @@ operator:
   resources: {}
   securityContext: {}
   tolerations: []
+  logLevel: "info"
 
 platform:
   build: