Skip to content

Commit f64d6cc

Browse files
committed
fix(datavolume): add lgcy population annotation
1 parent ec5a71c commit f64d6cc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

rs/tests/k8s/src/datavolume.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ apiVersion: cdi.kubevirt.io/v1beta1
1010
kind: DataVolume
1111
metadata:
1212
name: {name}
13+
annotations:
14+
cdi.kubevirt.io/storage.usePopulator: "false"
1315
spec:
1416
contentType: {type}
1517
pvc:
@@ -28,6 +30,8 @@ apiVersion: cdi.kubevirt.io/v1beta1
2830
kind: DataVolume
2931
metadata:
3032
name: {name}
33+
annotations:
34+
cdi.kubevirt.io/storage.usePopulator: "false"
3135
spec:
3236
contentType: {type}
3337
pvc:

0 commit comments

Comments
 (0)