We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 648c091 commit 79cbdf6Copy full SHA for 79cbdf6
test/run-e2e-ocp.sh
@@ -66,7 +66,7 @@ enable_ocp() {
66
' "$CSV_JSON_FILE" > /tmp/tmp.$$.json && mv /tmp/tmp.$$.json "$CSV_JSON_FILE"
67
ok "Added arguments to container operator in '$CSV_JSON_FILE'."
68
69
- oc apply -f "$CSV_JSON_FILE"
+ oc replace -f "$CSV_JSON_FILE"
70
rm -f "$CSV_JSON_FILE"
71
72
# enable platform monitoring
0 commit comments