Skip to content

Commit 2c9b958

Browse files
committed
docs: improve sentence in conrjob documentation
Signed-off-by: Manuelraa <[email protected]>
1 parent 9581393 commit 2c9b958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/nextcloud/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ To execute [background tasks](https://docs.nextcloud.com/server/latest/admin_man
600600

601601
Enabling this option will create a sidecar container in the Nextcloud pod, which will start a [`crond` daemon](https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/background_jobs_configuration.html#cron) responsible for running the Nextcloud cron.php script. At first launch, the background jobs mode in your Nextcloud basic settings will automatically be set to ***Cron***.
602602

603-
You can also set `cronjob.type` to `cronjob` to instead use Kubernetes CronJob. One advantage of this is that it can as non-root. CronD seems to require root.
603+
You can also set cronjob.type to cronjob to instead use a Kubernetes native CronJob. One advantage of this is that it can run as non-root when compared to the crond sidecar.
604604

605605

606606
## Using the nextcloud docker image auto-configuration via env vars

0 commit comments

Comments
 (0)