We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97e417b commit 93930b7Copy full SHA for 93930b7
1 file changed
pkg/kube/translation/apisix_route.go
@@ -921,11 +921,6 @@ func (t *translator) translateOldRouteV2(ar *configv2.ApisixRoute) (*TranslateCo
921
ups.ID = r.UpstreamId
922
oldCtx.AddUpstream(ups)
923
}
924
- if r.PluginConfigId != "" {
925
- pc := apisixv1.NewDefaultPluginConfig()
926
- pc.ID = r.PluginConfigId
927
- oldCtx.AddPluginConfig(pc)
928
- }
929
oldCtx.AddRoute(r)
930
931
return oldCtx, nil
@@ -958,11 +953,6 @@ func (t *translator) translateOldRouteV2beta3(ar *configv2beta3.ApisixRoute) (*T
958
953
959
954
960
955
961
962
963
964
965
966
956
967
957
968
0 commit comments