Skip to content
Snippets Groups Projects
Commit 897c800f authored by Mark's avatar Mark
Browse files

Merge branch 'nextcloud-system-config' into 'master'

Set cronjob value to add k8s cronJob object

See merge request openappstack/nextcloud!8
parents 81ff20e3 edf0350c
No related branches found
No related tags found
1 merge request!8Set cronjob value to add k8s cronJob object
...@@ -12,6 +12,11 @@ nextcloud: ...@@ -12,6 +12,11 @@ nextcloud:
enabled: true enabled: true
size: 2Gi 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 # Necessary so the chart gets installed (because the requirements.yaml has a
# condition: `condition: mariadb.enabled`). Follow # condition: `condition: mariadb.enabled`). Follow
# https://github.com/helm/helm/issues/5135 for more info. # 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