I have installed nginx-ingress from 1-click apps but helm doesn’t see it.
helm ls -n ingress-nginx
could anybody suggest how I can fix it without destroying existing LoadBalancer?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hello,
Have you specified the path to your Kubernetes config file as an environment variable so that the
help
installation could know which cluster to connect to?Regards,
Bobby