diff --git a/examples/k8s-cronjob.md b/examples/k8s-cronjob.md index 3810e6f..cd88fa7 100644 --- a/examples/k8s-cronjob.md +++ b/examples/k8s-cronjob.md @@ -69,11 +69,13 @@ spec: secretKeyRef: name: fedifetcher key: token + optional: false # Comment the lines below if you do not use a PVC, but that will significantly # affect performance and is NOT recommended volumeMounts: - name: fedifetcher-storage mountPath: /data + readOnly: false volumes: - name: fedifetcher-storage persistentVolumeClaim: