Quick charts PR that moves the webhook settings for some pod settings to their own sections of values.yaml (since webhook is technically a separate pod from flytepropeller and should have its own settings) -
https://github.com/flyteorg/flyte/pull/5490
This caused a small issue with us in production b/c we're using annotations to configure prometheus scraping and flytepropeller has a metrics endpoint, while the webhook does not (but there was no way to configure them independently)