You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the solution you'd like #24 is for tracking a new helm chart for packaging applications into a Job or CronJob, assuming that is the main deployment model of the app (e.g., a batch processing job, or periodic scanner app that scans for vulnerabilities).
However, there are use cases for a Job or CronJob to augment a service deployment, such as for running a one time database migration on upgrades. For this use case, it is better to embed the Job/CronJob resource in the k8s-deployment helm chart.
This ticket is for tracking the integration between the k8s-job and k8s-service charts so that k8s-service can be used to invoke k8s-job to deploy one time tasks for the app.
The text was updated successfully, but these errors were encountered:
Describe the solution you'd like
#24 is for tracking a new helm chart for packaging applications into a
Job
orCronJob
, assuming that is the main deployment model of the app (e.g., a batch processing job, or periodic scanner app that scans for vulnerabilities).However, there are use cases for a
Job
orCronJob
to augment a service deployment, such as for running a one time database migration on upgrades. For this use case, it is better to embed theJob
/CronJob
resource in thek8s-deployment
helm chart.This ticket is for tracking the integration between the
k8s-job
andk8s-service
charts so thatk8s-service
can be used to invokek8s-job
to deploy one time tasks for the app.The text was updated successfully, but these errors were encountered: