We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e52b7e8 commit d65c583Copy full SHA for d65c583
test/run-k8s-integration-ci.sh
@@ -102,7 +102,7 @@ if [ -n "$gke_node_version" ]; then
102
fi
103
104
if [ "$test_disk_image_snapshot" = true ]; then
105
- base_cmd="${base_cmd} --snapshotclass-files=image-volumesnapshotclass.yaml,pd-volumesnapshotclass.yaml"
+ base_cmd="${base_cmd} --snapshotclass-files=image-volumesnapshotclass.yaml"
106
else
107
base_cmd="${base_cmd} --snapshotclass-files=pd-volumesnapshotclass.yaml"
108
0 commit comments