From c0bf8030ede26b643af4b82df47273f19fb5eded Mon Sep 17 00:00:00 2001 From: Flavius Lacatusu Date: Mon, 5 Oct 2020 12:13:53 +0200 Subject: [PATCH] Fixes Signed-off-by: Flavius Lacatusu --- .ci/cico_minikube_shost.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.ci/cico_minikube_shost.sh b/.ci/cico_minikube_shost.sh index 45393765e..5656546fd 100755 --- a/.ci/cico_minikube_shost.sh +++ b/.ci/cico_minikube_shost.sh @@ -121,6 +121,7 @@ EOL cat /tmp/che-cr-patch.yaml # Use custom changes, don't pull image from quay.io + oc create namespace che cat ${OPERATOR_REPO}/deploy/operator.yaml | \ sed 's|imagePullPolicy: Always|imagePullPolicy: IfNotPresent|' | \ sed 's|quay.io/eclipse/che-operator:nightly|'${OPERATOR_IMAGE}'|' | \ @@ -155,6 +156,7 @@ EOL cat /tmp/che-cr-patch.yaml # Use custom changes, don't pull image from quay.io + checkNamespace cat ${OPERATOR_REPO}/deploy/operator.yaml | \ sed 's|imagePullPolicy: Always|imagePullPolicy: IfNotPresent|' | \ sed 's|quay.io/eclipse/che-operator:nightly|'${OPERATOR_IMAGE}'|' | \