File tree 3 files changed +2
-40
lines changed
3 files changed +2
-40
lines changed Original file line number Diff line number Diff line change @@ -93,13 +93,8 @@ install: crd
93
93
deploy : manifests install generate
94
94
# Deploy the operator manifests:
95
95
mkdir -p overlays/deploy
96
- cp overlays/template/* overlays/deploy
97
- if [[ " ` uname` " == " Darwin" ]]; then \
98
- sed -i " " -e " s|IMAGE_REF|$( DEPLOY_IMAGE) |" overlays/deploy/image_patch.yaml; \
99
- else \
100
- sed -i -e " s|IMAGE_REF|$( DEPLOY_IMAGE) |" overlays/deploy/image_patch.yaml; \
101
- fi
102
- echo $(DEPLOY_IMAGE )
96
+ cp overlays/template/kustomization.yaml overlays/deploy
97
+ cd overlays/deploy && kustomize edit set image registry.svc.ci.openshift.org/openshift/hive-v4.0:hive=${DEPLOY_IMAGE}
103
98
kustomize build overlays/deploy | oc apply -f -
104
99
rm -rf overlays/deploy
105
100
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# Customizations for the Service Delivery Development environment:
2
2
bases :
3
3
- ../../config
4
- patches :
5
- - image_patch.yaml
You can’t perform that action at this time.
0 commit comments