Where do we edit the Ingress controller

I am deploying to K8s using a helm chart I have built. I need to adjust the path setting. Out of the box its looks like this - path: / I need to make sure the / is not there. Otherwise we cant hit the UI.

As of now I go into Lens and remove the /, but I am trying to get that edited before deployment.

On older versions its deployment.yml.j2 but I have not been able to find it in the operator style deployment