Skip to content

Release v0.61.0

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Nov 14:40
0e0f29e
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