Skip to content

Commit

Permalink
fix: makefile no longer incl helm-installer
Browse files Browse the repository at this point in the history
  • Loading branch information
entlein committed Apr 30, 2024
1 parent ac0070b commit 6d4817b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions kind/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
CLUSTER_NAME=lecture7

OS := $(shell uname -s | tr '[:upper:]' '[:lower:]')
ARCH := $(shell uname -m | sed 's/x86_64/amd64/')
HELM := $(shell which helm)

##@ packing pacman
.PHONY: helm-create
Expand All @@ -13,7 +15,7 @@ helm-package: helm check-context ##

## Exercise : use the my-values.yaml in the ../charts/pacman-rancher directory and understand the settings where it says Exercise
.PHONY: helm-deploy
helm-deploy: helm check-context ##
helm-deploy: check-context ##
-$(HELM) upgrade --install pacman-rancher ../charts/pacman-rancher --namespace pacman --create-namespace
- kubectl port-forward -n pacman svc/pacman-rancher 8080:8080

Expand Down

0 comments on commit 6d4817b

Please sign in to comment.