Suggestion on howto handle Jobs? #727
-
Hi, i am currently testing tanka on a project involving the bitnami keycloak helm-chart, but this applies to all jobs i guess. Anyone have a suggestion on how to better handle this? regards, |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
How is the job deployed? Manually? Using something like Github Actions? ArgoCD? |
Beta Was this translation helpful? Give feedback.
-
You can add a random string to the job name depending on parameters (keycloak version?). We have this for Flux (deploying Flux with Flux):
|
Beta Was this translation helpful? Give feedback.
-
Thanks for all the answers. This is deployed manally for testing and via gitlab in prod. I went with adding an md5 hash of the config as suggested by @julienduchesne . That doesn't factor in changes to the job itself (like volumeMounts etc) but it is good enough for now.;) PS: In prod via ci-job it is definitely possible to prepend a |
Beta Was this translation helpful? Give feedback.
You can add a random string to the job name depending on parameters (keycloak version?). We have this for Flux (deploying Flux with Flux):