1 parent caeafd6 commit bc9d258Copy full SHA for bc9d258
2 files changed
12-deploying-containers/kubernetes/Makefile
@@ -1,7 +1,7 @@
1
.PHONY: deploy-traefik
2
deploy-traefik:
3
-helm repo add traefik https://traefik.github.io/charts
4
- helm upgrade --install -n traefik --create-namespace -f traefik-values traefik traefik/traefik
+ helm upgrade --install -n traefik --create-namespace traefik traefik/traefik
5
6
.PHONY: deploy-postgres
7
deploy-postgres:
12-deploying-containers/kubernetes/traefik-values
0 commit comments