Skip to content

Commit 6689c66

Browse files
authored
only put 1 copy of the CRD in install.yaml (#126)
1 parent 91747e7 commit 6689c66

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -169,10 +169,6 @@ docker-buildx: ## Build and push docker image for the manager for cross-platform
169169
.PHONY: build-installer
170170
build-installer: manifests generate kustomize ## Generate a consolidated YAML with CRDs and deployment.
171171
mkdir -p dist
172-
@if [ -d "config/crd" ]; then \
173-
$(KUSTOMIZE) build config/crd > dist/install.yaml; \
174-
fi
175-
echo "---" >> dist/install.yaml # Add a document separator before appending
176172
cd config/manager && $(KUSTOMIZE) edit set image controller=${IMG}
177173
$(KUSTOMIZE) build config/$(ENV) >> dist/install.yaml
178174
@$(call clean-manifests)

0 commit comments

Comments
 (0)