-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
cannot use environment variables in helm templates #486
Comments
Yeah, that would be handy. |
here's a little PR that implements this. e.g. I could use the following
|
let me know if you're happy with this general approach and if so I can try add a test for it |
The PR looks good to me - from a functionality pov. |
Let's track this in #543 |
fixes GoogleContainerTools#486 refactored this PR to reuse existing code for env templates
fixes GoogleContainerTools#486 refactored this PR to reuse existing code for env templates
this came up here:
#361 (comment)
I think we need a way to pass in template expressions to helm chart values, like we do for
envTemplates
so that we can pass in, say, the local docker registry ip/port or private registry via environment variables like we can do for building the docker image name.The text was updated successfully, but these errors were encountered: