Skip to content

Commit caa7f4d

Browse files
committed
e2e: add labels to VolumeSnapshotClass
Signed-off-by: JenTing Hsiao <[email protected]>
1 parent f1d3b96 commit caa7f4d

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

test/k8s-integration/config/image-volumesnapshotclass.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ deletionPolicy: Delete
77
parameters:
88
snapshot-type: images
99
image-family: integration-test
10+
# Add labels for testing.
11+
labels: key1=value1,key2=value2

test/k8s-integration/config/pd-volumesnapshotclass.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@ metadata:
44
name: csi-gce-pd-snapshot-class
55
driver: pd.csi.storage.gke.io
66
deletionPolicy: Delete
7+
parameters:
8+
# Add labels for testing.
9+
labels: key1=value1,key2=value2

0 commit comments

Comments
 (0)