Closed astromechza closed 10 months ago
Thanks! To fix the docs issue, you can run make docs
and commit the changes.
Needs to be added to the cronjob as well https://github.com/owncloud-docker/helm-charts/blob/main/charts/owncloud/templates/cronjob.yaml#L41
Done and done 👍
This PR helps to address #66 by adding support for extra volume mounts. This allows additional config maps or volumes to be mounted in order to add or extend behavior. In the case of #66, this can be used to mount in a config map for use with
OWNCLOUD_PRE_CRONJOB_PATH
to run additional background behavior.Tests?
Manually tested by modifying the default values.yaml and rendering locally and inspecting both deployment and cronjob.