Hi, is there any setting in pulumi that makes a Jo...
# kubernetes
a
Hi, is there any setting in pulumi that makes a Job Resource run on each deployment?
b
do you mean a Kubernetes Job on every
pulumi up
?
a
@billowy-army-68599 yup exactly that
b
if you define a job with a piece of metadata like an annotation that changes on every run, it should work
a
@billowy-army-68599 and what annotation might that be? hmm pod id?
Thanks for the help, solved 👍 😄