Skip to content
This repository was archived by the owner on Jan 8, 2026. It is now read-only.

Commit d02087a

Browse files
feat: Delete legacy manifests generation approach
Co-Authored-By: Sebastián Vargas <sebastian.varbel@gmail.com>
1 parent 365120d commit d02087a

14 files changed

Lines changed: 0 additions & 602 deletions

Makefile

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -118,20 +118,9 @@ docker-buildx: ## Build and push docker image for the manager for cross-platform
118118
- $(CONTAINER_TOOL) buildx rm project-v3-builder
119119
rm Dockerfile.cross
120120

121-
.PHONY: kustomization-build
122-
kustomization-build: manifests kustomize kubectl-slice ## Generate the manifests to package them later in the way you want.
123-
cd config/manager && $(KUSTOMIZE) edit set image controller=${IMG}
124-
rm -rf deploy/*
125-
mkdir -p deploy
126-
$(KUSTOMIZE) build config/default > deploy/manifests.yaml
127-
$(KUBECTL_SLICE) --input-file=deploy/manifests.yaml --output-dir=deploy --template="{{.kind|lower}}/{{.metadata.name|dottodash}}.yaml"
128-
@rm deploy/manifests.yaml || true
129-
cd deploy && $(KUSTOMIZE) create --autodetect --recursive
130-
131121
.PHONY: bundle-build
132122
bundle-build: manifests kustomize ## Generate the manifests bundle to package them later in the way you want.
133123
cd config/manager && $(KUSTOMIZE) edit set image controller=${IMG}
134-
rm -rf deploy/*
135124
mkdir -p deploy
136125
$(KUSTOMIZE) build config/default > deploy/bundle.yaml
137126

deploy/clusterrole/reforma-manager-role.yaml

Lines changed: 0 additions & 47 deletions
This file was deleted.

deploy/clusterrole/reforma-metrics-reader.yaml

Lines changed: 0 additions & 16 deletions
This file was deleted.

deploy/clusterrole/reforma-proxy-role.yaml

Lines changed: 0 additions & 24 deletions
This file was deleted.

deploy/clusterrolebinding/reforma-manager-rolebinding.yaml

Lines changed: 0 additions & 19 deletions
This file was deleted.

deploy/clusterrolebinding/reforma-proxy-rolebinding.yaml

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)