From c7d694d57f08a92dc5ca4bc2a5a5bb532c96c9f9 Mon Sep 17 00:00:00 2001 From: Plux Stahre Date: Fri, 4 Oct 2024 18:36:13 +0200 Subject: [PATCH] Update k8s-cronjob.md Readd a couple of options that was removed temporarily for testing --- examples/k8s-cronjob.md | 2 ++ 1 file changed, 2 insertions(+) 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: