From 6fccacc77e5fee3130f8b8f8122858d720423295 Mon Sep 17 00:00:00 2001 From: Dong Wang Date: Fri, 1 Nov 2024 15:54:42 +0800 Subject: [PATCH] fix(argocd-image-updater): Add new env to respect log level setting Signed-off-by: Dong Wang --- charts/argocd-image-updater/templates/deployment.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/charts/argocd-image-updater/templates/deployment.yaml b/charts/argocd-image-updater/templates/deployment.yaml index 4aaa83b3b..28ac43433 100644 --- a/charts/argocd-image-updater/templates/deployment.yaml +++ b/charts/argocd-image-updater/templates/deployment.yaml @@ -82,6 +82,12 @@ spec: key: log.level name: argocd-image-updater-config optional: true + - name: ARGOCD_LOGLEVEL + valueFrom: + configMapKeyRef: + key: log.level + name: argocd-image-updater-config + optional: true - name: GIT_COMMIT_USER valueFrom: configMapKeyRef: