Skip to content

Commit

Permalink
[ingress-nginx] set nginx as default ingressClass (#16)
Browse files Browse the repository at this point in the history
The ingress-nginx Helm Chart [does not set Nginx as the default ingress class by default](https://github.com/kubernetes/ingress-nginx/blob/main/charts/ingress-nginx/values.yaml#L126). This sets that value for the convenience of our dev environments, which only use nginx at the moment.

set nginx as default ingressClass
  • Loading branch information
TimothyLoyer authored Apr 4, 2024
1 parent 12f5b56 commit e3d46c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ingress_nginx/helm/Tiltfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ def load_helmchart(resource_deps = [], labels = []):
flags = [
"--create-namespace",
"--set=controller.allowSnippetAnnotations=true",
"--set=controller.ingressClassResource.default=true",
],
resource_deps = [REPO_ALIAS].extend(resource_deps),
labels = labels or [LABEL],
Expand Down

0 comments on commit e3d46c4

Please sign in to comment.