You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Environment:
helm version: v3.14.3
helm chart version: v6.0.0
velero version: v1.13.0
Kubernetes version: v1.29
Kubernetes installer & version: kind cluster
OS: Debian bookworm
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: