We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e164038 commit 1f3a5c7Copy full SHA for 1f3a5c7
Makefile
@@ -264,3 +264,7 @@ update-crd-docs: ## Update CRD markdown documentation from YAML definitions
264
@echo "Generating CRD documentation..."
265
@go run hack/generate-crd-docs.go -crd-dir config/crd/bases -output-dir docs/crd
266
@echo "CRD documentation updated successfully!"
267
+
268
+.PHONY: certs
269
+certs:
270
+ make -C hack/tls-cert-gen run
0 commit comments