parent
2b5e6b299a
commit
c0bf8030ed
|
|
@ -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}'|' | \
|
||||
|
|
|
|||
Loading…
Reference in New Issue