Skip to content

Commit 5287653

Browse files
amuraruAnatolii Guzovatii
authored and
Anatolii Guzovatii
committed
[INTERNAL] make manifests should be called manually, if needed (adobe#25)
We made some chnages for spinnaker annotations and `preserveUnknownFields` that would be overriden by `make manifests`
1 parent 5375fdc commit 5287653

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ install-kustomize:
8686
fi
8787

8888
# Run tests
89-
test: generate fmt vet manifests bin/setup-envtest
89+
test: generate fmt vet bin/setup-envtest
9090
cd api && go test ./...
9191
KUBEBUILDER_ASSETS=$$($(BIN_DIR)/setup-envtest --print path --bin-dir $(BIN_DIR) use $(ENVTEST_K8S_VERSION)) \
9292
go test ./... \
@@ -103,7 +103,7 @@ manager: generate fmt vet
103103
go build -o bin/manager main.go
104104

105105
# Run against the configured Kubernetes cluster in ~/.kube/config
106-
run: generate fmt vet manifests
106+
run: generate fmt vet
107107
go run ./main.go
108108

109109
# Install CRDs into a cluster by manually creating or replacing the CRD depending on whether is currently existing

0 commit comments

Comments
 (0)