5 Commits

Author SHA1 Message Date
davidfrickert 0e0f29ee43 CronJob - Allow file ConfigMap & disabling command override (#90)
* allow file configmap on cron-job chart

* Allow disabling the command override in cronjob container

* Use name of volume instead of fileName for configmap naming

* Add YAML separator to configmaps to allow multiple configmap volumes

- before this change if you tried to use e.g. multiple file configmaps they would all be appended in one YAML file due to no usage of separators, which would lead to only one of the file confimaps actually be created.

* Fix broken test due to file configmap naming change
2023-11-16 15:39:13 +01:00
Laszlo Fogas d91040c0a0 Job constraints configurable 2021-08-05 11:50:18 +02:00
Laszlo Fogas f98694d85f Values file is where people go and look for customization options 2020-10-14 14:46:37 +02:00
Laszlo Fogas 8360d3f492 Fixing schedule quotes 2020-10-14 11:38:37 +02:00
Laszlo Fogas 6de2265969 Cronjob 2020-10-14 11:27:08 +02:00