vmware-tanzu / helm-charts

Contains Helm charts for Kubernetes related open source tools
https://vmware-tanzu.github.io/helm-charts/
Apache License 2.0
254 stars 363 forks source link

Possibility to edit timestamp format on scheduled backup #566

Closed WRKT closed 6 months ago

WRKT commented 7 months ago

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:

qiuming-best commented 7 months ago

Sorry, I do not support it

WRKT commented 7 months ago

Should I submit my ask to the velero repository directly ?

jenting commented 6 months ago

Yes, please file a feature request issue to the velero repo, thanks.

WRKT commented 6 months ago

OK i will do it. Closing the issue.