Skip to content

Commit

Permalink
Merge branch 'revolyssup/2132' of github.com:Revolyssup/apisix-ingres…
Browse files Browse the repository at this point in the history
…s-controller into revolyssup/2132
  • Loading branch information
Revolyssup committed Jan 17, 2024
2 parents 701c265 + 94d9230 commit 56276c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/providers/apisix/apisix_route.go
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ func (c *apisixRouteController) checkPluginNameIfNotEmptyV2(ctx context.Context,
if v.PluginConfigName != "" {
ns := in.Namespace
if v.PluginConfigNamespace != "" {
ns = in.Namespace
ns = v.PluginConfigNamespace
}
_, err := c.APISIX.Cluster(c.Config.APISIX.DefaultClusterName).PluginConfig().Get(ctx, apisixv1.ComposePluginConfigName(ns, v.PluginConfigName))
if err != nil {
Expand Down

0 comments on commit 56276c6

Please sign in to comment.