Skip to content

Resolve "No longer possible to disable nginx ingress"

Jason Plum requested to merge 499-nginx-ingress-fix-enabled into master

This replaces nginx.enabled with nginx-ingress.enabled.

d0d65c7f (nginx-ingress) removed enabled flag. This was intended to be replaced with install as it was to be an external chart.

This adds back the enabled flag to the nginx-ingress chart in the nginx folder. Sets the default in charts/nginx/values.yaml, and values.yaml defaults to true to enable it.

Closes #499 (closed)

cc @twk3

Merge request reports