We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 944f6c1 commit 1e3129aCopy full SHA for 1e3129a
charts/ldap-sync/Chart.yaml
@@ -1,3 +1,3 @@
1
---
2
name: ldap-sync
3
-version: 0.0.4
+version: 0.0.5
charts/ldap-sync/templates/cron.yaml
@@ -20,9 +20,9 @@ spec:
20
activeDeadlineSeconds: {{ .Values.activeDeadlineSeconds }}
21
restartPolicy: Never
22
containers:
23
- - name: backup
+ - name: ldap-sync
24
image: {{ printf "%s:%s" .Values.image.repository .Values.image.tag | quote }}
25
- command: ["/opt/matrix-ldap-sync/matrix-ldap-sync"]
+ args: [ "sync", "--log-level", "3" ]
26
resources:
27
{{ toYaml .Values.resources | nindent 16 }}
28
envFrom:
0 commit comments