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 cb4cd55 commit 678dc1bCopy full SHA for 678dc1b
catalogd/Makefile
@@ -69,7 +69,7 @@ clean: ## Remove binaries and test artifacts
69
70
.PHONY: generate
71
generate: $(CONTROLLER_GEN) ## Generate code and manifests.
72
- $(CONTROLLER_GEN) object:headerFile="hack/boilerplate.go.txt" paths="./..."
+ $(CONTROLLER_GEN) object:headerFile="../hack/boilerplate.go.txt" paths="./..."
73
$(CONTROLLER_GEN) rbac:roleName=manager-role crd webhook paths="./..." output:crd:artifacts:config=config/base/crd/bases output:rbac:artifacts:config=config/base/rbac output:webhook:artifacts:config=config/base/manager/webhook/
74
75
.PHONY: bingo-upgrade
catalogd/hack/boilerplate.go.txt
0 commit comments