fix fireflyiii cronjob

This commit is contained in:
SeanOMik 2023-06-17 15:31:26 -04:00
parent b896e88c90
commit 4077b07058
Signed by: SeanOMik
GPG Key ID: 568F326C7EB33ACB
1 changed files with 3 additions and 1 deletions

View File

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