add label for velero
This commit is contained in:
parent
b3ea7b9145
commit
9477a0cf73
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@ kind: VolumeSnapshotClass
|
||||||
apiVersion: snapshot.storage.k8s.io/v1
|
apiVersion: snapshot.storage.k8s.io/v1
|
||||||
metadata:
|
metadata:
|
||||||
name: longhorn-bak
|
name: longhorn-bak
|
||||||
|
labels:
|
||||||
|
velero.io/csi-volumesnapshot-class: "true"
|
||||||
driver: driver.longhorn.io
|
driver: driver.longhorn.io
|
||||||
deletionPolicy: Delete
|
deletionPolicy: Delete
|
||||||
parameters:
|
parameters:
|
||||||
|
|
Loading…
Reference in a new issue