kokuwaio / helm-charts

helm charts maintained by the kokuwa project
GNU General Public License v3.0
41 stars 70 forks source link

CronJob template not applied to pods #173

Open stephane-julien opened 11 months ago

stephane-julien commented 11 months ago

The pods created by the CronJob don't have any labels. In this fact, we cannot apply any NetworkPolicy to the job pod.

Including CronJonb labels in cron.yaml, path spec.jobTemplate.spec.template.metadata.labels would fix this problem.