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 2222929 commit 6434175Copy full SHA for 6434175
Makefile
@@ -135,7 +135,7 @@ TMP_DIR=$$(mktemp -d) ;\
135
cd $$TMP_DIR ;\
136
go mod init tmp ;\
137
echo "Downloading $(2)" ;\
138
-GOBIN=$(PROJECT_DIR)/bin go get $(2) ;\
+GOBIN=$(PROJECT_DIR)/bin go install $(2) ;\
139
rm -rf $$TMP_DIR ;\
140
}
141
endef
@@ -213,4 +213,4 @@ bump-chart-operator:
213
bump-chart: bump-chart-operator
214
215
generate-crds: controller-gen
216
- $(CONTROLLER_GEN) crd paths="./..." output:crd:artifacts:config=charts/ingressmonitorcontroller/crds
+ $(CONTROLLER_GEN) crd paths="./..." output:crd:artifacts:config=charts/ingressmonitorcontroller/crds
0 commit comments