apache / apache/apisix-helm-chart
Support debug configuration for 2.10+ version
- Dominant language
- Go Template
- Stars
- 289
- Forks
- 282
- Avg merge
- 15h 55m
- Merged PRs (30d)
- 3
Description
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
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the APISIX debug-mode documentation and the Helm chart templates that generate the gateway configuration. Use conf/debug.yaml as the expected content, then verify that the chart creates a ConfigMap and makes it available to the gateway.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- helm, kubernetes
- Domain
- devops, infrastructure
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100