Skip to content

Commit 45608b0

Browse files
committed
Remove VAC feature gate flag from test
Change-Id: I89e16dd4c1b15b60210a3ed5099290529379728c
1 parent 2bc3047 commit 45608b0

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
@@ -124,7 +124,7 @@ else
124124
fi
125125

126126
if [ "$test_volumeattributesclass" = true ]; then
127-
base_cmd="${base_cmd} --volumeattributesclass-files=hdb-volumeattributesclass.yaml --storageclass-for-vac-file=sc-hdb.yaml --kube-runtime-config=api/all=true"
127+
base_cmd="${base_cmd} --volumeattributesclass-files=hdb-volumeattributesclass.yaml --storageclass-for-vac-file=sc-hdb.yaml"
128128
if [ "$deployment_strategy" = "gce" ]; then
129129
base_cmd="${base_cmd} --kube-feature-gates=VolumeAttributesClass=true"
130130
fi

0 commit comments

Comments
 (0)