Skip to content

Commit

Permalink
Merge pull request #10 from mathieu-benoit/patch-1
Browse files Browse the repository at this point in the history
Update Makefile - NAMESPACE ?= default
  • Loading branch information
johanneswuerbach authored Feb 15, 2024
2 parents 5eb39f4 + f20c68c commit d9749c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ score-helm:
-p containers.hello-world.image=sample-score-app-hello-world \
-o values.yaml

NAMESPACE ?= default
k8s-up:
kubectl create deployment postgres \
--image=postgres:alpine \
Expand Down Expand Up @@ -52,4 +53,4 @@ k8s-down:

helm uninstall \
-n ${NAMESPACE} \
hello-world
hello-world

0 comments on commit d9749c8

Please sign in to comment.