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 <leewoobin...@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: