We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91747e7 commit 6689c66Copy full SHA for 6689c66
Makefile
@@ -169,10 +169,6 @@ docker-buildx: ## Build and push docker image for the manager for cross-platform
169
.PHONY: build-installer
170
build-installer: manifests generate kustomize ## Generate a consolidated YAML with CRDs and deployment.
171
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
176
cd config/manager && $(KUSTOMIZE) edit set image controller=${IMG}
177
$(KUSTOMIZE) build config/$(ENV) >> dist/install.yaml
178
@$(call clean-manifests)
0 commit comments