Skip to content

Commit 79cbdf6

Browse files
authored
fix: test script failure when enable OCP feature gate (#695)
1 parent 648c091 commit 79cbdf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/run-e2e-ocp.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ enable_ocp() {
6666
' "$CSV_JSON_FILE" > /tmp/tmp.$$.json && mv /tmp/tmp.$$.json "$CSV_JSON_FILE"
6767
ok "Added arguments to container operator in '$CSV_JSON_FILE'."
6868

69-
oc apply -f "$CSV_JSON_FILE"
69+
oc replace -f "$CSV_JSON_FILE"
7070
rm -f "$CSV_JSON_FILE"
7171

7272
# enable platform monitoring

0 commit comments

Comments
 (0)