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

Replace .Environment.Values with .Values #412

Closed
mojtabaimani opened this issue Apr 20, 2021 · 1 comment
Closed

Replace .Environment.Values with .Values #412

mojtabaimani opened this issue Apr 20, 2021 · 1 comment
Labels
not-ready Not processed by the team Task Scrum task

Comments

@mojtabaimani
Copy link
Contributor

Environment.Values vs Values

The {{ .Values.foo }} syntax is the recommended way of using environment values in helmfile.

Prior to this pull request, environment values were made available through the {{ .Environment.Values.foo }} syntax. This is still working but is deprecated and the new {{ .Values.foo }} syntax should be used instead.

You can read more infos about the feature proposal here.

@mojtabaimani mojtabaimani added not-ready Not processed by the team Task Scrum task labels Apr 20, 2021
@j-zimnowoda
Copy link
Contributor

Already implemented

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
not-ready Not processed by the team Task Scrum task
Projects
None yet
Development

No branches or pull requests

2 participants