Skip to content

Commit

Permalink
fix(Makefile): Set default ingress class when installing nginx-ingres…
Browse files Browse the repository at this point in the history
…s with helm (#775)

Signed-off-by: Thomas Coudert <thomas.coudert@ovhcloud.com>
  • Loading branch information
thcdrt committed Sep 24, 2021
1 parent 7205231 commit 7e1acc4
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 @@ -455,7 +455,8 @@ ingress: helm
$(HELM) repo add ingress-nginx https://kubernetes.github.io/ingress-nginx # https://github.com/kubernetes/ingress-nginx/tree/master/charts/ingress-nginx#get-repo-info
$(HELM) upgrade --install nginx ingress-nginx/ingress-nginx \
--namespace $(INGRESS_NAMESPACE) \
--set-string controller.config.proxy-body-size=0
--set-string controller.config.proxy-body-size=0 \
--set-string controller.ingressClassResource.default=true

CERTMANAGER_NAMESPACE := cert-manager

Expand Down

0 comments on commit 7e1acc4

Please sign in to comment.