geoffreytran opened a new issue, #383: URL: https://github.com/apache/apisix-helm-chart/issues/383
https://apisix.apache.org/docs/apisix/next/debug-mode/ Debug mode configuration has changed from the enable_debug config.yaml option into its own debug.yaml file. The current Helm chart does not support this at the moment. Modify Helm chart to create configmap for debug.yaml and inject into gateway. conf/debug.yaml ```yaml basic: enable: true ``` -- 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]
