Skip to content

Commit

Permalink
[INTERNAL] make manifests should be called manually, if needed (#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 committed Jun 29, 2022
1 parent 189791e commit d9e323f
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 @@ -80,7 +80,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 ./...
bin/setup-envtest use -p env ${ENVTEST_K8S_VERSION} > bin/envtest.sh \
&& source bin/envtest.sh; \
Expand All @@ -98,7 +98,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 d9e323f

Please sign in to comment.