diff --git a/Makefile b/Makefile index 97c8d18..f87e666 100644 --- a/Makefile +++ b/Makefile @@ -13,6 +13,8 @@ include Makefile.vars.mk # KIND module include kind/kind.mk +vshnpostgresql: stackgres-setup certmanager-setup prometheus-setup + .PHONY: help help: ## Show this help @grep -E -h '\s##\s' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-20s\033[0m %s\n", $$1, $$2}'