Skip to content

Commit

Permalink
fix(argocd-image-updater): Add new env to respect log level setting
Browse files Browse the repository at this point in the history
Signed-off-by: Dong Wang <[email protected]>
  • Loading branch information
wd committed Nov 1, 2024
1 parent ec2f23a commit 6fccacc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions charts/argocd-image-updater/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6fccacc

Please sign in to comment.