mirror of
https://github.com/fluxcd/flagger.git
synced 2026-04-15 06:57:34 +00:00
Set ingress class in factory
This commit is contained in:
@@ -102,6 +102,7 @@ func (factory *Factory) MeshRouter(provider string, labelSelector string) Interf
|
||||
flaggerClient: factory.flaggerClient,
|
||||
kubeClient: factory.kubeClient,
|
||||
contourClient: factory.meshClient,
|
||||
ingressClass: factory.ingressClass,
|
||||
}
|
||||
case strings.HasPrefix(provider, flaggerv1.GlooProvider):
|
||||
upstreamDiscoveryNs := flaggerv1.GlooProvider + "-system"
|
||||
|
||||
Reference in New Issue
Block a user