Skip to content

Commit

Permalink
feature: add Exercises to lecture 7 helm
Browse files Browse the repository at this point in the history
  • Loading branch information
entlein committed Apr 29, 2024
1 parent f230d13 commit 2131685
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kind/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ helm-package: helm check-context ##
-$(HELM) lint pacman-rancher
-$(HELM) package pacman-rancher

## 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) upgrade --install pacman-rancher ../charts/pacman-rancher --namespace pacman --create-namespace
- kubectl port-forward -n pacman svc/pacman-rancher 8080:8080

##@ Monitoring

Expand Down

0 comments on commit 2131685

Please sign in to comment.