Reuse lava.container.base template for CronJobs
This patch includes "lava.container.base" to avoid:
- repetition in templates
- potentially missing items (in case some changes are not propagated to all relevant templates)
Example: "settings.yaml" ConfigMap won't have to be explicitly mounted in CronJobs and all future changes to "volumeMounts" will take place in "lava-container-base.yaml" only.
Signed-off-by: Paweł Wieczorek pawiecz@collabora.com