apache / apache/apisix-helm-chart
Add extraEnvFrom helm option
- Dominant language
- Go Template
- Stars
- 289
- Forks
- 282
- Avg merge
- 15h 55m
- Merged PRs (30d)
- 3
Description
Currently, to add additional env to the containers, we can only rely on `extraEnvVars`, but it is tedious to list all the variables and keep them in sync with env reflection/provider configuration. It would be much easier to handle this case if there was a `extraEnvFrom` option corresponding to the kubernetes `envFrom` field.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the Helm chart templates and values configuration that currently handle extraEnvVars, then compare them with Kubernetes' envFrom field. Done means an extraEnvFrom option is available and passes the requested environment sources through to the containers without requiring each variable to be listed individually.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- helm, kubernetes
- Domain
- infrastructure
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 50/100