fix(DMVP-10106): Cronjob updates - #222
Conversation
PR Summary 📃✨
Keep coding, keep shining! 💎🚀 |
|
|
||
| restartPolicy: OnFailure # (optional) | ||
| startingDeadlineSeconds: 60 # (optional) | ||
| successfulJobsHistoryLimit: 1 # (optional) |
There was a problem hiding this comment.
- lets set default values of new added config fields with set values, for example successfulJobsHistoryLimit default is 3, jobBackoffLimit one has 6 as default. This will keep backward compatibility so that when one will update this helm to new version no issues/different behavior will be there
- can we have description on each new added field here in form of comment in the end of line as we have for example for timeZone field?
- please add example on root examples folder of repo on how rbac config can be activated/used
No description provided.