File tree 1 file changed +1
-7
lines changed
1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -220,12 +220,6 @@ bundle-build: ## Build the bundle image.
220
220
bundle-push : # # Push the bundle image.
221
221
$(MAKE ) docker-push IMG=$(BUNDLE_IMG )
222
222
223
- .PHONY : dry-run
224
- dry-run : manifests kustomize
225
- cd config/manager && $(KUSTOMIZE ) edit set image controller=${IMG}
226
- mkdir -p ./dry-run
227
- $(KUSTOMIZE ) build config/default > dry-run/manifests.yaml
228
-
229
223
.PHONY : opm
230
224
OPM = ./bin/opm
231
225
opm : # # Download opm locally if necessary.
@@ -271,4 +265,4 @@ catalog-push: ## Push a catalog image.
271
265
build-installer : manifests generate kustomize # # Generate a consolidated YAML with CRDs and deployment.
272
266
mkdir -p dist
273
267
cd config/manager && $(KUSTOMIZE ) edit set image controller=${IMG}
274
- $(KUSTOMIZE ) build config/default > dist/install.yam
268
+ $(KUSTOMIZE ) build config/default > dist/install.yaml
You can’t perform that action at this time.
0 commit comments