Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: allow devfile env vars to reference $PROJECT_SOURCE & $PROJECT_ROOT
Environment variables defined in a kubernetes container can only reference other environment variables that are declared earlier in the list of container environment variables. This change ensures that the $PROJECT_SOURCE and $PROJECT_ROOT devfile environment variables are the first environment variables defined in all workspace pod containers so that devfile environment variables can reference $PROJECT_SOURCE and $PROJECT_ROOT. Fix #1274 Signed-off-by: Andrew Obuchowicz <[email protected]>
- Loading branch information