diff options
| author | Dong Wang <wd@wdicc.com> | 2024-11-04 22:54:58 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-04 09:54:58 -0500 |
| commit | e06eb69decc205b511d56eb5c81d0a6470a480d5 (patch) | |
| tree | e386c32b856b2eb94f9b76ca0bc6f8fc0a105cab /manifests/install.yaml | |
| parent | 17a57daf29b63ebca92d4285783dc3cf6698f190 (diff) | |
fix: log level for library from argocd (#913)
Signed-off-by: Dong Wang <wd@wdicc.com>
Diffstat (limited to 'manifests/install.yaml')
| -rw-r--r-- | manifests/install.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/manifests/install.yaml b/manifests/install.yaml index 5457af5..49b2ce8 100644 --- a/manifests/install.yaml +++ b/manifests/install.yaml @@ -209,6 +209,12 @@ spec: key: kube.events name: argocd-image-updater-config optional: true + - name: ARGOCD_LOGLEVEL + valueFrom: + configMapKeyRef: + key: log.level + name: argocd-image-updater-config + optional: true image: quay.io/argoprojlabs/argocd-image-updater:latest imagePullPolicy: Always livenessProbe: |
