Skip to content

Commit

Permalink
[release-0.18] Remove strict flag (#235)
Browse files Browse the repository at this point in the history
Signed-off-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com>
  • Loading branch information
pierDipi authored Sep 30, 2020
1 parent db737a9 commit 8681760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e-common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ function knative_eventing() {
popd || fail_test "Failed to set up Eventing"
else
echo ">> Install Knative Eventing from ${KNATIVE_EVENTING_RELEASE}"
kubectl apply --strict -f ${KNATIVE_EVENTING_RELEASE}
kubectl apply -f ${KNATIVE_EVENTING_RELEASE}
fi

# Publish test images.
Expand Down

0 comments on commit 8681760

Please sign in to comment.