Describe the problem/challenge you have
I am trying to implement a scheduled backup using Velero daily, so in the default <TIMESTAMP> format YYYYMMDDHHMMSS, I would like to be able to remove the HHMMSS.
Describe the solution you'd like
As example, the final format I want is backup-20240411 but not backup-20240411125400, so I would like to have the possibility to edit the timestamp format for my scheduled velero backup.
Describe the problem/challenge you have I am trying to implement a scheduled backup using Velero daily, so in the default
<TIMESTAMP>
formatYYYYMMDDHHMMSS
, I would like to be able to remove theHHMMSS
.Describe the solution you'd like As example, the final format I want is
backup-20240411
but notbackup-20240411125400
, so I would like to have the possibility to edit the timestamp format for my scheduled velero backup.Environment: