Skip to content

Commit

Permalink
[INTERNAL] make manifests should be called manually, if needed (adobe#25
Browse files Browse the repository at this point in the history
)

We made some chnages for spinnaker annotations and `preserveUnknownFields` that would be overriden by `make manifests`
  • Loading branch information
amuraru authored and aguzovatii committed Mar 22, 2023
1 parent fb1fb8f commit cad9882
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ install-kustomize:
fi

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

# Run against the configured Kubernetes cluster in ~/.kube/config
run: generate fmt vet manifests
run: generate fmt vet
go run ./main.go

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

0 comments on commit cad9882

Please sign in to comment.