update nginx ingress from deployment to daemonset
I installed nginx-ingress using helm. After that I notice the default controller.kind is deployment rather than daemonset, as I found in the official doc. So how can I update the controller.kind from deployment to daemonset without reinstalling from the very…