Skip to content

Commit

Permalink
fix: log level for library from argocd (#913)
Browse files Browse the repository at this point in the history
Signed-off-by: Dong Wang <[email protected]>
  • Loading branch information
wd authored Nov 4, 2024
1 parent 17a57da commit e06eb69
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,12 @@ spec:
name: argocd-image-updater-config
key: kube.events
optional: true
- name: ARGOCD_LOGLEVEL
valueFrom:
configMapKeyRef:
name: argocd-image-updater-config
key: log.level
optional: true
livenessProbe:
httpGet:
path: /healthz
Expand Down
6 changes: 6 additions & 0 deletions manifests/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e06eb69

Please sign in to comment.