1. Don't change the admin kubeconfig, thats not the correct fix. It'll get reverted every startup
2. Why is the webhook configured to expect the webhook backend to be running on a node port on a specific node? Did you do something to the chart values to do this? The webhook should run as a ClusterIP service and the config should point at it by name. The webhook service endpoints shouldn't point at a node IP....