What would you like to be added:
I'd like to be able to disable the default ingress installation, by setting ingress_nginx_enabled to false or something like that, similar to linkerd.
There seems to be missing the switch for it here, it doesn't check for this var and add a count accordingly.
|
resource "helm_release" "ingress-nginx" { |
Why is this needed:
To be able to opt out if the ingress-nginx installation.
Extra info (e.g. existing slack convo link):
Slack thread
What would you like to be added:
I'd like to be able to disable the default ingress installation, by setting
ingress_nginx_enabledtofalseor something like that, similar to linkerd.There seems to be missing the switch for it here, it doesn't check for this var and add a count accordingly.
opta/modules/aws_k8s_base/tf_module/ingress_nginx.tf
Line 42 in 20be239
Why is this needed:
To be able to opt out if the ingress-nginx installation.
Extra info (e.g. existing slack convo link):
Slack thread