Open
Description
In the current scenario when applying a ClusterSecret, if something is misconfigured (with valueFrom example with a secret which does not exist) the ClusterSecret is still deployed, but will have an error as an event.
If we add an admission webhook, we could prevent the resource to be validated since it is invalid. Preventing user to deploy something with a bad configuration.