mirror of https://github.com/hashicorp/consul
Backport of NET-8524 Remove registation of api gateway controller into release/1.18.x (#20952)
* no-op commit due to failed cherry-picking * remove 1.18 specific comment --------- Co-authored-by: temp <temp@hashicorp.com> Co-authored-by: Sarah Alsmiller <sarah.alsmiller@hashicorp.com> Co-authored-by: sarahalsmiller <100602640+sarahalsmiller@users.noreply.github.com>pull/20972/head
parent
6ac47811e1
commit
5e9f438e1f
|
@ -57,8 +57,4 @@ func Register(mgr *controller.Manager, deps Dependencies) {
|
|||
|
||||
mgr.Register(meshgateways.Controller())
|
||||
mgr.Register(meshconfiguration.Controller())
|
||||
|
||||
// This controller is currently configured to watch types which aren't registered and produces infinite
|
||||
// errors because of this. Once the watched types are in place we should uncomment this.
|
||||
// mgr.Register(apigateways.Controller())
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue