Add annotation to force recreation of Jobs #3433
-
I recently ran into this nice article. Which got me thinking: you might not really need the dependency stuff, but do would like for a Job to be kicked off when a new image is available. In which case the See also slack. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Update: This has been released in Flux 0.39.0 I've started implementing this here: fluxcd/pkg#453. After the SSA changes are merged and released, I'll enable the selector in kustomize-controller. We are not using boolean values for labels and annotations, the key will be |
Beta Was this translation helpful? Give feedback.
Update: This has been released in Flux 0.39.0
I've started implementing this here: fluxcd/pkg#453. After the SSA changes are merged and released, I'll enable the selector in kustomize-controller. We are not using boolean values for labels and annotations, the key will be
kustomize.toolkit.fluxcd.io/force
withenabled
anddisabled
as values.