Nginx – Ingress helm chart error after upgrade from v1beta1 to v1
I'm following an online Tutorial to learn how to use helm: https://wkrzywiec.medium.com/how-to-deploy-application-on-kubernetes-with-helm-39f545ad33b8 I can follow without error until almost to the end; the following command: helm install -f ingress.yaml ingress ./ingress I then found after some googleing, that i need…