Skip to content

feat(helm): change extraEnv to map with envFrom, add extraEnvSecrets#2890

Open
rzala wants to merge 1 commit intoaquasecurity:mainfrom
rzala:feature/helm-extraenv-envfrom
Open

feat(helm): change extraEnv to map with envFrom, add extraEnvSecrets#2890
rzala wants to merge 1 commit intoaquasecurity:mainfrom
rzala:feature/helm-extraenv-envfrom

Conversation

@rzala
Copy link
Copy Markdown

@rzala rzala commented Feb 13, 2026

  • [BREAKING] Change extraEnv from a list (inline env vars) to a map rendered into a ConfigMap and attached via envFrom
  • Add extraEnvSecrets map rendered into a Secret (stringData) via envFrom
  • Simpler key/value format replaces verbose name/value list syntax

Checklist

  • I've read the guidelines for contributing to this repository.
  • I've added tests that prove my fix is effective or that my feature works.
  • I've updated the documentation with the relevant information (if needed).
  • I've added usage information (if the PR introduces new options)
  • I've included a "before" and "after" example to the description (if the PR is a user interface change).

- Change extraEnv from a list (inline env vars) to a map rendered into
  a ConfigMap and attached via envFrom
- Add extraEnvSecrets map rendered into a Secret (stringData) via envFrom
- Simpler key/value format replaces verbose name/value list syntax
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant