You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fail controller startup when conflicting webhook definition present
Fail startup of controller if a webhook configuration exists and has a
different clientConfig from the expected one (i.e. points at a service
in a different namespace. This avoids issues of multiple controllers
being installed on the cluster.
Signed-off-by: Angel Misevski <[email protected]>
returnfmt.Errorf("conflicting webhook definition found on cluster, webhook %s clientConfig points at namespace %s", webhook.Name, webhook.ClientConfig.Service.Namespace)
0 commit comments