Closed IrregularLine closed 2 years ago
Uhm, Jobs are one-offs. So, what happens is:
If you have longer running jobs: Frankly, that is a Very Bad Idea™. Think of them as running a script as opposed to running a a daemon.
My question was if wave could detect changes in secrets, and run a k8s job when the secret changes (and the job would update a database or something like that) but we were able to solve it another way, thank you
We have secrets in the cluster and some secrets will be automatically updated by other apps in the cluster. So we are looking to run a k8s job when the secret gets updated. Is this something wave supports?