nitishfy commented on code in PR #11000:
URL: https://github.com/apache/apisix/pull/11000#discussion_r1576618821
##########
apisix/discovery/kubernetes/init.lua:
##########
@@ -431,7 +431,7 @@ local function single_mode_init(conf)
local default_weight = conf.default_weight
local endpoints_informer, err
- if conf.watch_endpoint_slices_schema then
+ if conf.watch_endpoint_slices then
Review Comment:
```suggestion
if conf.watch_endpoint_slices then
```
I don't understand why would you need that? What is the problem it is trying
to solve here?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]