Skip to content

Commit 34bf49e

Browse files
enable statefulsets without pvs
1 parent b9ed3be commit 34bf49e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/tasks/generators/clusterloader/load-slos.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ spec:
7575
PODS_PER_NODE: $(params.pods-per-node)
7676
CL2_USE_HOST_NETWORK_PODS: false
7777
# we are not testing statefulsets at this point
78-
SMALL_STATEFUL_SETS_PER_NAMESPACE: 0
79-
MEDIUM_STATEFUL_SETS_PER_NAMESPACE: 0
78+
# SMALL_STATEFUL_SETS_PER_NAMESPACE: 0
79+
# MEDIUM_STATEFUL_SETS_PER_NAMESPACE: 0
8080
# we are not testing PVS at this point
8181
CL2_ENABLE_PVS: false
8282
ENABLE_SYSTEM_POD_METRICS: false

0 commit comments

Comments
 (0)