Skip to content

Commit 3cc93c4

Browse files
amuraructrlaltluc
authored andcommitted
[INTERNAL] make manifests should be called manually, if needed (#25)
We made some chnages for spinnaker annotations and `preserveUnknownFields` that would be overriden by `make manifests`
1 parent d0c747e commit 3cc93c4

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 ./... \
@@ -113,7 +113,7 @@ manager: generate fmt vet
113113
go build -o bin/manager main.go
114114

115115
# Run against the configured Kubernetes cluster in ~/.kube/config
116-
run: generate fmt vet manifests
116+
run: generate fmt vet
117117
go run ./main.go
118118

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

0 commit comments

Comments
 (0)