Completely disable Proxy deployment creation by the Helm chart

Hi,

Is there a way I can completely disable creation of the Proxy pod/deployment through Helm? I am handling connections and networking separately and always end up deleting the deployment after helm upgrade because it’s of no use to me. I’d like to get rid of it, does anybody know if this is possible?

It isn’t possible to disable, you would need to fork and modify the helm chart for this. You could set the resource requests to something very low though and ignore it though.