forked from tektoncd/pipeline
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set HOME="/tekton/home" for GCS PipelineResources
Dashboard noticed their nightly release pipeline no longer worked after a Pipelines upgrade in dogfooding. They tracked it to use of a GCS pipeline resource; adding a HOME="/tekton/home" env var to the Task's PodTemplate resolved the issue. Prior to this commit the GCS PipelineResource didn't get its HOME explicitly set to /tekton/home. After this commit the GCS PipelineResource always includes this env var in the pre- and post- containers it adds to Task pods.
- Loading branch information
1 parent
ea36b8c
commit 0e9d9e6
Showing
4 changed files
with
81 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters