Skip to content

Commit

Permalink
add --apis-dir flag to bundle operator-sdk generate (#1285)
Browse files Browse the repository at this point in the history
  • Loading branch information
fanny-jiang authored Jul 11, 2024
1 parent d0f739b commit 516b1e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ e2e-tests-keep-stacks: manifests $(KUSTOMIZE) ## Run E2E tests and keep environm

.PHONY: bundle
bundle: bin/$(PLATFORM)/operator-sdk bin/$(PLATFORM)/yq $(KUSTOMIZE) manifests ## Generate bundle manifests and metadata, then validate generated files.
bin/$(PLATFORM)/operator-sdk generate kustomize manifests -q
bin/$(PLATFORM)/operator-sdk generate kustomize manifests --apis-dir ./apis -q
cd config/manager && $(ROOT)/$(KUSTOMIZE) edit set image controller=$(IMG)
$(KUSTOMIZE) build config/manifests | bin/$(PLATFORM)/operator-sdk generate bundle -q --overwrite --version $(VERSION) $(BUNDLE_METADATA_OPTS)
hack/patch-bundle.sh
Expand Down

0 comments on commit 516b1e5

Please sign in to comment.