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