Update k8s-cronjob.yaml
Must be lower case
This commit is contained in:
parent
87fd32eb9d
commit
c5208568b5
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ spec:
|
||||||
claimName: fedifetcher-pvc
|
claimName: fedifetcher-pvc
|
||||||
containers:
|
containers:
|
||||||
- name: FediFetcher
|
- name: FediFetcher
|
||||||
image: ghcr.io/nanos/FediFetcher:latest
|
image: ghcr.io/nanos/fedifetcher:latest
|
||||||
args:
|
args:
|
||||||
- --server=your.server.social
|
- --server=your.server.social
|
||||||
- --access-token=TOKEN
|
- --access-token=TOKEN
|
||||||
|
|
Loading…
Reference in a new issue