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:
containers:
- name: firefly-cronjob
image: frolvlad/alpine-bash
image: alpine
imagePullPolicy: IfNotPresent
command:
- /bin/bash
- -c
- wget -qO- https://firefly-iii.default/api/v1/cron/$(cat /etc/crontoken)
- wget -qO- http://firefly-iii:8080/api/v1/cron/$(cat /etc/crontoken)
volumeMounts:
- name: ff-secret
mountPath: /etc/crontoken