fix fireflyiii cronjob
This commit is contained in:
parent
aed8a8ae49
commit
b896e88c90
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue