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

Use toYaml for the environment variables #101

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

Conversation

hervelemeur
Copy link
Contributor

As noted in issue #99, instead of a simple env indent (the same way we do with envFrom) we use this fancy key:value, which doesn't seem to add anything, but instead create frustration as we can't use valueFrom to retrieve values from a configmap or a secret, to factorize database values for example.

This PR replace the key:value declaration by a simple toYaml statement.

Fixes #99

hervelemeur and others added 2 commits March 30, 2020 19:20
…From

Fixes jenkins-x-buildpacks#99

Signed-off-by: Hervé Le Meur <herve.lemeur@sixense-group.com>
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.

env indented instead of key value
1 participant