Skip to content

Commit

Permalink
Merge pull request #8 from vshn/UX/add_vshnpostgresql
Browse files Browse the repository at this point in the history
adding vshnpostgresql target to makefile
  • Loading branch information
Kidswiss authored Apr 12, 2023
2 parents b0a848d + 4bbad93 commit 3c6bc2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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}'
Expand Down

0 comments on commit 3c6bc2f

Please sign in to comment.