Skip to content

Commit

Permalink
chore: correct URL of Helm chart repo
Browse files Browse the repository at this point in the history
  • Loading branch information
jakuboskera committed Jul 3, 2022
1 parent 78d1545 commit 0e7265b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ skaffold-cleanup: ## Delete app deployed by skaffold
skaffold delete

helm-add-jakuboskera-repo: ## Add jakuboskera Helm Charts repository, throw error if exist
helm repo add jakuboskera https://jakuboskera.github.com/charts && \
helm repo add jakuboskera https://jakuboskera.github.io/charts && \

helm-install: ## Deploy Helm release "my-guestbook" into Kubernetes using Helm chart "jakuboskera/guestbook" from Helm repository https://jakuboskera.github.io/charts
helm install my-guestbook jakuboskera/guestbook
Expand Down

0 comments on commit 0e7265b

Please sign in to comment.