mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-03 11:45:20 +00:00
Merge pull request #8381 from kaovilai/ebs.csi.aws.com
Typo: ebs.csi.aws.com instead of aws.ebs.csi.driver
This commit is contained in:
@@ -264,7 +264,7 @@ The policies YAML config file would look like this:
|
||||
capacity: "10,100Gi"
|
||||
# pv matches specific csi driver
|
||||
csi:
|
||||
driver: aws.ebs.csi.driver
|
||||
driver: ebs.csi.aws.com
|
||||
# pv matches one of the storage class list
|
||||
storageClass:
|
||||
- gp2
|
||||
|
||||
@@ -241,7 +241,7 @@ Velero only support volume resource policies currently, other kinds of resource
|
||||
capacity: "10,100Gi"
|
||||
# pv matches specific csi driver
|
||||
csi:
|
||||
driver: aws.ebs.csi.driver
|
||||
driver: ebs.csi.aws.com
|
||||
# pv matches one of the storage class list
|
||||
storageClass:
|
||||
- gp2
|
||||
|
||||
@@ -241,7 +241,7 @@ Velero only support volume resource policies currently, other kinds of resource
|
||||
capacity: "10,100Gi"
|
||||
# pv matches specific csi driver
|
||||
csi:
|
||||
driver: aws.ebs.csi.driver
|
||||
driver: ebs.csi.aws.com
|
||||
# pv matches one of the storage class list
|
||||
storageClass:
|
||||
- gp2
|
||||
|
||||
@@ -259,7 +259,7 @@ Velero only support volume resource policies currently, other kinds of resource
|
||||
capacity: "10,100Gi"
|
||||
# pv matches specific csi driver
|
||||
csi:
|
||||
driver: aws.ebs.csi.driver
|
||||
driver: ebs.csi.aws.com
|
||||
# pv matches one of the storage class list
|
||||
storageClass:
|
||||
- gp2
|
||||
|
||||
@@ -264,7 +264,7 @@ The policies YAML config file would look like this:
|
||||
capacity: "10,100Gi"
|
||||
# pv matches specific csi driver
|
||||
csi:
|
||||
driver: aws.ebs.csi.driver
|
||||
driver: ebs.csi.aws.com
|
||||
# pv matches one of the storage class list
|
||||
storageClass:
|
||||
- gp2
|
||||
|
||||
@@ -264,7 +264,7 @@ The policies YAML config file would look like this:
|
||||
capacity: "10,100Gi"
|
||||
# pv matches specific csi driver
|
||||
csi:
|
||||
driver: aws.ebs.csi.driver
|
||||
driver: ebs.csi.aws.com
|
||||
# pv matches one of the storage class list
|
||||
storageClass:
|
||||
- gp2
|
||||
|
||||
Reference in New Issue
Block a user