File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -339,13 +339,13 @@ release: $(GORELEASER) #EXHELP Runs goreleaser for the operator-controller. By d
339339 $(GORELEASER ) $(GORELEASER_ARGS )
340340
341341.PHONY : quickstart
342- quickstart : export MANIFEST := ./operator-controller.yaml
343- quickstart : $(KUSTOMIZE ) manifests # EXHELP Generate the installation release manifests and scripts.
344- $(KUSTOMIZE ) build $(KUSTOMIZE_BUILD_DIR ) | sed " s/:devel/:$( VERSION) /g" > operator-controller.yaml
345- cd catalogd && $(KUSTOMIZE ) build config/overlays/cert-manager > catalogd.yaml
342+ quickstart : export MANIFEST := ./olmv1.yaml
343+ quickstart : $(KUSTOMIZE ) manifests # EXHELP Generate the unified installation release manifests and scripts.
344+ $(KUSTOMIZE ) build $(KUSTOMIZE_BUILD_DIR ) > $(MANIFEST )
345+ cd catalogd && $(KUSTOMIZE ) build config/overlays/cert-manager >> $(MANIFEST )
346+ sed -i.bak ' /spec.selfSigned/d' $(MANIFEST ) && rm -f $(MANIFEST ) .bak
346347 envsubst ' $$CERT_MGR_VERSION,$$INSTALL_DEFAULT_CATALOGS,$$MANIFEST' < scripts/install.tpl.sh > install.sh
347348
348-
349349# #@ Docs
350350
351351.PHONY : crd-ref-docs
You can’t perform that action at this time.
0 commit comments