Update k8s-cronjob.md
Readd a couple of options that was removed temporarily for testing
This commit is contained in:
parent
3729f0a0df
commit
c7d694d57f
1 changed files with 2 additions and 0 deletions
|
|
@ -69,11 +69,13 @@ spec:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: fedifetcher
|
name: fedifetcher
|
||||||
key: token
|
key: token
|
||||||
|
optional: false
|
||||||
# Comment the lines below if you do not use a PVC, but that will significantly
|
# Comment the lines below if you do not use a PVC, but that will significantly
|
||||||
# affect performance and is NOT recommended
|
# affect performance and is NOT recommended
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: fedifetcher-storage
|
- name: fedifetcher-storage
|
||||||
mountPath: /data
|
mountPath: /data
|
||||||
|
readOnly: false
|
||||||
volumes:
|
volumes:
|
||||||
- name: fedifetcher-storage
|
- name: fedifetcher-storage
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue