fix fireflyiii cronjob

This commit is contained in:
SeanOMik 2023-06-17 15:23:26 -04:00
parent aed8a8ae49
commit b896e88c90
Signed by: SeanOMik
GPG Key ID: 568F326C7EB33ACB
1 changed files with 2 additions and 4 deletions

View File

@ -14,12 +14,10 @@ spec:
spec: spec:
containers: containers:
- name: firefly-cronjob - name: firefly-cronjob
image: frolvlad/alpine-bash image: alpine
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
command: command:
- /bin/bash - wget -qO- http://firefly-iii:8080/api/v1/cron/$(cat /etc/crontoken)
- -c
- wget -qO- https://firefly-iii.default/api/v1/cron/$(cat /etc/crontoken)
volumeMounts: volumeMounts:
- name: ff-secret - name: ff-secret
mountPath: /etc/crontoken mountPath: /etc/crontoken