From 4bbad93a6390e306ae8f7f36f2d1ce4307593489 Mon Sep 17 00:00:00 2001 From: wejdross Date: Thu, 6 Apr 2023 15:37:23 +0200 Subject: [PATCH] adding vshnpostgresql target to makefile --- Makefile | 2 ++ 1 file changed, 2 insertions(+) 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}'