apache / apache/apisix-helm-chart

Add extraEnvFrom helm option

Open
#942 0 comments 0 reactions 0 assignees View on GitHub
enhancement
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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.