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