File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,7 +27,9 @@ go.work.sum
2727# Downloaded and built binaries
2828/_build /
2929/_tools /
30+ /dist /
3031
3132# e2e test logs and artifacts
3233/.e2e- *
3334.vscode
35+ .idea
Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ KUSTOMIZE = $(abspath .)/$(UGET_DIRECTORY)/kustomize-$(KUSTOMIZE_VERSION)
167167KUBECTL = $(abspath .) /$(UGET_DIRECTORY ) /kubectl-$(KUBECTL_VERSION )
168168
169169.PHONY : build-installer
170- build-installer : manifests generate install-kustomize # # Generate a consolidated YAML with CRDs and deployment.
170+ build-installer : codegen install-kustomize # # Generate a consolidated YAML with CRDs and deployment.
171171 mkdir -p dist
172172 cd config/manager && $(KUSTOMIZE ) edit set image controller=${IMG}
173173 $(KUSTOMIZE ) build config/default > dist/install.yaml
You can’t perform that action at this time.
0 commit comments