mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-09-20 15:04:17 +00:00
GCP: copy tags from volume to snapshot, and snapshot to volume
Signed-off-by: Steve Kriss <steve@heptio.com>
This commit is contained in:
@@ -41,7 +41,7 @@ func NewCommand() *cobra.Command {
|
||||
|
||||
blockStores := map[string]cloudprovider.BlockStore{
|
||||
"aws": aws.NewBlockStore(),
|
||||
"gcp": gcp.NewBlockStore(),
|
||||
"gcp": gcp.NewBlockStore(logger),
|
||||
"azure": azure.NewBlockStore(),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user