Skip to content

Commit 5eecd9b

Browse files
author
sapcc-bot
committed
Run go-makefile-maker
1 parent 37beb7a commit 5eecd9b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ install-crds: generate ## Install CRDs into the K8s cluster specified in ~/.kube
4646
kubectl kustomize config/crd | kubectl apply -f -
4747

4848
.PHONY: helmify
49-
helm: manifests kustomize helmify
50-
$(KUSTOMIZE) build config/default | $(HELMIFY) -crd-dir charts/kvm-node-agent
49+
helmify:
50+
kubectl kustomize config/default | helmify -crd-dir charts/kvm-node-agent
5151

5252
install-goimports: FORCE
5353
@if ! hash goimports 2>/dev/null; then printf "\e[1;36m>> Installing goimports (this may take a while)...\e[0m\n"; go install golang.org/x/tools/cmd/goimports@latest; fi
@@ -127,6 +127,7 @@ generate: install-controller-gen
127127
@printf "\e[1;36m>> controller-gen\e[0m\n"
128128
@controller-gen crd rbac:roleName=manager-role webhook paths="./..." output:crd:artifacts:config=config/crd/bases
129129
@controller-gen object:headerFile="hack/boilerplate.go.txt" paths="./..."
130+
@controller-gen applyconfiguration paths="./..."
130131

131132
run-golangci-lint: FORCE install-golangci-lint
132133
@printf "\e[1;36m>> golangci-lint\e[0m\n"

0 commit comments

Comments
 (0)