aws-load-balancer-controller
aws-load-balancer-controller copied to clipboard
Helm: add helm envFrom value parameter
Is your feature request related to a problem?
We define our clusters name as a value in a Kubernetes secret. Then, we set the arg - --cluster-name=$(CLUSTER_NAME)
(or clusterName: $(CLUSTER_NAME)
in the chart. At the moment, as we can't set the envFrom from the chart, we need to template the chart and apply the resources via flux.
Describe the solution you'd like Update chart to include the value envFrom.
Describe alternatives you've considered This is the only was to read secrets as env var.
/kind feature
/assign
/unassign
The Kubernetes project currently lacks enough contributors to adequately respond to all PRs.
This bot triages PRs according to the following rules:
- After 90d of inactivity,
lifecycle/stale
is applied - After 30d of inactivity since
lifecycle/stale
was applied,lifecycle/rotten
is applied - After 30d of inactivity since
lifecycle/rotten
was applied, the PR is closed
You can:
- Mark this PR as fresh with
/remove-lifecycle stale
- Close this PR with
/close
- Offer to help out with Issue Triage
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale
/assign
/unassign
Hey, if this still necessary I can take it. @cesarmira @kishorj
/assign