Skip to content

Commit

Permalink
ci: add Makefile for steps automation
Browse files Browse the repository at this point in the history
  • Loading branch information
shipperizer committed Dec 6, 2023
1 parent f78cb21 commit c78f0be
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
REPO?=localhost:32000
SKAFFOLD?=skaffold
KUBECTL?=kubectl


dev:
$(SKAFFOLD) run -p https
SKAFFOLD_DEFAULT_REPO=$(REPO) $(SKAFFOLD) run --port-forward --tail


info:
@echo create a client and then swap its credentials in the iam configmap

0 comments on commit c78f0be

Please sign in to comment.