Signed-off-by: Flavius Lacatusu <flacatus@redhat.com>
pull/481/head
Flavius Lacatusu 2020-10-05 12:13:53 +02:00
parent 2b5e6b299a
commit c0bf8030ed
No known key found for this signature in database
GPG Key ID: AB9AB3E390E38ABD
1 changed files with 2 additions and 0 deletions

View File

@ -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}'|' | \