Skip to content

Commit 1f3a5c7

Browse files
committed
Add makefile target to gen certs
1 parent e164038 commit 1f3a5c7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,3 +264,7 @@ update-crd-docs: ## Update CRD markdown documentation from YAML definitions
264264
@echo "Generating CRD documentation..."
265265
@go run hack/generate-crd-docs.go -crd-dir config/crd/bases -output-dir docs/crd
266266
@echo "CRD documentation updated successfully!"
267+
268+
.PHONY: certs
269+
certs:
270+
make -C hack/tls-cert-gen run

0 commit comments

Comments
 (0)