Skip to content

Commit

Permalink
Add missing target to integrations/operator crd (#49518)
Browse files Browse the repository at this point in the history
This ensures that manifests are generated in response to proto
changes. Without this the linter will fail, and tell you to run
make -C integrations/operator crd, but nothing would be generated,
see https://github.com/gravitational/teleport/actions/runs/12056106780/job/33618509170?pr=49510.
  • Loading branch information
rosstimothy authored Nov 27, 2024
1 parent fb26137 commit ace61e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/operator/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ help: ## Display this help.
##@ Development

.PHONY: crd ## Single command to generate anything CRD-related (manifests and docs)
crd: crdgen crd-docs
crd: crdgen crd-docs manifests

.PHONY: crdgen
crdgen: ## Generate CRDs
Expand Down

0 comments on commit ace61e4

Please sign in to comment.