Closed DrPsychick closed 8 months ago
When /ark/config/crontab does not exist, the run.sh will create a default crontab, trying to update the server and mods every 30min.
/ark/config/crontab
run.sh
Add a ConfigMap containing a default crontab compatible with this Chart that can be overwritten through values.yaml.
ConfigMap
Current behaviour
When
/ark/config/crontab
does not exist, therun.sh
will create a default crontab, trying to update the server and mods every 30min.Change
Add a
ConfigMap
containing a default crontab compatible with this Chart that can be overwritten through values.yaml.