wolgod commented on issue #8048: URL: https://github.com/apache/apisix/issues/8048#issuecomment-1274867237
Now I soft-link the config.yaml in a directory to the default path, so that the hot update can be achieved by mounting the config.yaml in the directory through the configmap ``` RUN mkdir -p /usr/local/apisix/conf/config \ && mv /usr/local/apisix/conf/config.yaml /usr/local/apisix/conf/config/config.yaml \ && ln -s /usr/local/apisix/conf/config/config.yaml /usr/local/apisix/conf/config.yaml \ ``` -- 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]
