mirror of
https://github.com/fluxcd/flagger.git
synced 2026-04-15 06:57:34 +00:00
Fix CrossoverServiceObserver's ID
This commit is contained in:
@@ -46,7 +46,11 @@ func (factory Factory) Observer(provider string) Interface {
|
||||
return &GlooObserver{
|
||||
client: factory.Client,
|
||||
}
|
||||
case provider == "appmesh:service", provider == "envoy:service":
|
||||
case provider == "smi:linkerd":
|
||||
return &LinkerdObserver{
|
||||
client: factory.Client,
|
||||
}
|
||||
case provider == "crossover:service":
|
||||
return &CrossoverServiceObserver{
|
||||
client: factory.Client,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user