mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-02-10 22:10:15 +00:00
* pass annotations from scheduler to created backup Signed-off-by: Michael <michael.ketslah@tufin.com> * add change log Signed-off-by: Michael <michael.ketslah@tufin.com> * add test for annotations in controller Signed-off-by: Michael <michael.ketslah@tufin.com> * If no annotations are set - do not copy empty list Signed-off-by: Michael <michael.ketslah@tufin.com> * remove unneeded var Signed-off-by: Michael <michael.ketslah@tufin.com> * add empty annotations and actually check annotations in backups Signed-off-by: Michael <michael.ketslah@tufin.com> * add empty missing label and empty annotations Signed-off-by: Michael <michael.ketslah@tufin.com> * revert empty annotations as seems they are nil as expected Signed-off-by: Michael <michael.ketslah@tufin.com> * fix typo in changelog Signed-off-by: Michael <michael.ketslah@tufin.com> Co-authored-by: Michael <michael.ketslah@tufin.com>
2 lines
176 B
Plaintext
2 lines
176 B
Plaintext
Pass annotations from schedule to backup it creates the same way it is done for labels
|
|
Add WithannotationsMap function to builder to be able to pass map instead of key/val list |