Skip to content
This repository has been archived by the owner on May 14, 2022. It is now read-only.

v0.1.1-rc.495: Use the existing containerEnv factory with V1 pods (#1215)

Pre-release
Pre-release
Compare
Choose a tag to compare
@andrew-leung andrew-leung released this 24 Jan 21:48
· 62 commits to master since this release
465828d
I want v1 pods to use the existing business logic as v0 pods when it
comes to generating env variables (at least, as much as possible).

This change allows V1 pods to get the existing env logic, which includes
setting private NETFLIX env variables.

To do this, I had to extend the API of the buildContainerEnv to export
the pair thing, even if in v0 it doesn't do anything with the left hand
side of the pair.