Revolyssup commented on issue #2097:
URL: 
https://github.com/apache/apisix-ingress-controller/issues/2097#issuecomment-1876453987

   @nphariharan The discovery intialization routine is run at startup and reads 
the configmap. It can not be changed later. So you will need to configure it 
with helm installation.
   
   Use this configuration in values.yaml to override or use `--set` to set 
these fields during helm install.
   ```yaml
   apisix:
     discovery:
       enabled: true
       registry:
         dns:
           servers:
             - "172.20.0.10:53"
    ```
   
   I hope this solves your issue.


-- 
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]

Reply via email to