Skip to content

Commit

Permalink
clean content of dist/install.yaml before update
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas016 committed Jan 31, 2024
1 parent ba4754d commit 21554f2
Show file tree
Hide file tree
Showing 435 changed files with 4 additions and 27,528 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -192,10 +192,11 @@ docker-buildx: ## Build and push docker image for the manager for cross-platform
.PHONY: build-installer
build-installer: manifests generate kustomize ## Generate a consolidated YAML with CRDs and deployment.
mkdir -p dist
echo "---" > dist/install.yaml # Clean previous content
@if [ -d "config/crd" ]; then \
$(KUSTOMIZE) build config/crd > dist/install.yaml; \
echo "---" >> dist/install.yaml; \
fi
echo "---" >> dist/install.yaml # Add a document separator before appending
cd config/manager && $(KUSTOMIZE) edit set image controller=${IMG}
$(KUSTOMIZE) build config/default >> dist/install.yaml
Expand Down

This file was deleted.

28 changes: 0 additions & 28 deletions testdata/project-v4-multigroup-with-deploy-image/.gitignore

This file was deleted.

40 changes: 0 additions & 40 deletions testdata/project-v4-multigroup-with-deploy-image/.golangci.yml

This file was deleted.

33 changes: 0 additions & 33 deletions testdata/project-v4-multigroup-with-deploy-image/Dockerfile

This file was deleted.

203 changes: 0 additions & 203 deletions testdata/project-v4-multigroup-with-deploy-image/Makefile

This file was deleted.

0 comments on commit 21554f2

Please sign in to comment.