How do we install dynamic modules (non support officially) on Nginx Ingress Controller? (terraform, helm chart)
I'm managing Kubernetes + nginx. I'd like to install dynamic modules on nginx that are provided by Nginx Ingress Controller. Those dynamic modules are not offered by Nginx Ingress Controller official configmap (https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/configmap/) So I believe, I need to build…