fix fireflyiii cronjob
This commit is contained in:
parent
b896e88c90
commit
4077b07058
|
@ -14,9 +14,11 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: firefly-cronjob
|
- name: firefly-cronjob
|
||||||
image: alpine
|
image: frolvlad/alpine-bash
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
command:
|
command:
|
||||||
|
- /bin/bash
|
||||||
|
- -c
|
||||||
- wget -qO- http://firefly-iii:8080/api/v1/cron/$(cat /etc/crontoken)
|
- wget -qO- http://firefly-iii:8080/api/v1/cron/$(cat /etc/crontoken)
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: ff-secret
|
- name: ff-secret
|
||||||
|
|
Loading…
Reference in New Issue