Skip to content

Commit 9e50fa2

Browse files
authored
removed USE_STREAMING env var from conformance + tests (#1157)
Signed-off-by: Nir Rozenbaum <[email protected]>
1 parent f486883 commit 9e50fa2

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

conformance/resources/manifests/manifests.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -213,9 +213,6 @@ spec:
213213
- "9003"
214214
- "-configFile"
215215
- "/config/conformance-plugins.yaml"
216-
env:
217-
- name: USE_STREAMING
218-
value: "true"
219216
ports:
220217
- containerPort: 9002
221218
- containerPort: 9003
@@ -310,9 +307,6 @@ spec:
310307
- "9003"
311308
- "-configFile"
312309
- "/config/conformance-plugins.yaml"
313-
env:
314-
- name: USE_STREAMING
315-
value: "true"
316310
ports:
317311
- containerPort: 9002
318312
- containerPort: 9003

test/testdata/inferencepool-e2e.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,6 @@ spec:
6464
- "9003"
6565
- "-configFile"
6666
- "/config/default-plugins.yaml"
67-
env:
68-
- name: USE_STREAMING
69-
value: "true"
7067
ports:
7168
- containerPort: 9002
7269
- containerPort: 9003

0 commit comments

Comments
 (0)