Skip to content

Commit

Permalink
Removed generation of csv
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobbins228 committed Dec 5, 2023
1 parent d0aed32 commit 9499aa8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,6 @@ validate-bundle: install-operator-sdk

.PHONY: bundle
bundle: manifests kustomize install-operator-sdk ## Generate bundle manifests and metadata, then validate generated files.
$(OPERATOR_SDK) generate kustomize manifests -q
cd config/manager && $(KUSTOMIZE) edit set image controller=$(IMG)
$(KUSTOMIZE) build config/manifests | $(OPERATOR_SDK) generate bundle $(BUNDLE_GEN_FLAGS)
$(MAKE) validate-bundle
Expand Down

0 comments on commit 9499aa8

Please sign in to comment.