Skip to content

Commit 1e3129a

Browse files
committed
fix loglevel
1 parent 944f6c1 commit 1e3129a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/ldap-sync/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
---
22
name: ldap-sync
3-
version: 0.0.4
3+
version: 0.0.5

charts/ldap-sync/templates/cron.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ spec:
2020
activeDeadlineSeconds: {{ .Values.activeDeadlineSeconds }}
2121
restartPolicy: Never
2222
containers:
23-
- name: backup
23+
- name: ldap-sync
2424
image: {{ printf "%s:%s" .Values.image.repository .Values.image.tag | quote }}
25-
command: ["/opt/matrix-ldap-sync/matrix-ldap-sync"]
25+
args: [ "sync", "--log-level", "3" ]
2626
resources:
2727
{{ toYaml .Values.resources | nindent 16 }}
2828
envFrom:

0 commit comments

Comments
 (0)