Skip to content

Commit e1d76d7

Browse files
authored
Merge pull request #634 from verult/patch-1
k8s-integration: Add .yaml suffix to sc-regional storageclass
2 parents 77a9d6e + e072f0e commit e1d76d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/run-k8s-integration-ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ readonly run_intree_plugin_tests=${RUN_INTREE_PLUGIN_TESTS:-false}
2929
storage_classes=sc-standard.yaml,sc-balanced.yaml,sc-ssd.yaml
3030

3131
if [[ -n $gce_region ]] ; then
32-
storage_classes="${storage_classes}",sc-regional
32+
storage_classes="${storage_classes}",sc-regional.yaml
3333
fi
3434

3535
export GCE_PD_VERBOSITY=9

0 commit comments

Comments
 (0)