Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow extra env via helm values #519

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Clijsters
Copy link

It has proven to be a very efficient pattern to allow the extension of environment variables via the values file in a helm chart, for example with a values key like extraEnv.
This makes the deployment more flexible without introducing another layer of complexity.

Several Projects adopted a similar approach: Code Search 'extraEnv' in helm/charts

This commit adds Values.extraEnv and Values.commonPlugins.extraEnv to allow the user to add environment-specific configuration for a deployment via helm.
This Commit adds extraEnv to test values
@Clijsters Clijsters requested a review from slok as a code owner July 25, 2023 10:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant