spring-cloud / spring-cloud-deployer-kubernetes

The Spring Cloud Deployer implementation for Kubernetes
Apache License 2.0
157 stars 98 forks source link

Configured deploymentLabels are not applied for cronjobs #425

Closed nithril closed 3 years ago

nithril commented 3 years ago

Hello,

deploymentLabels are not currently applied to the Job spec template of a cronjobs / scheduled task. Is it possible to add support?

Thank you