Skip to content
Snippets Groups Projects
Verified Commit edf0350c authored by Mark's avatar Mark
Browse files

Set cronjob value to add k8s cronJob object

parent 8037b994
No related branches found
No related tags found
1 merge request!8Set cronjob value to add k8s cronJob object
......@@ -12,6 +12,11 @@ nextcloud:
enabled: true
size: 2Gi
# Creates a kubernetes cronJob object that runs nextcloud's cron.php
# every 15 minutes (*/15 * * * *)
cronjob:
enabled: true
# Necessary so the chart gets installed (because the requirements.yaml has a
# condition: `condition: mariadb.enabled`). Follow
# https://github.com/helm/helm/issues/5135 for more info.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment