-
Notifications
You must be signed in to change notification settings - Fork 273
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(k8s): containerModule refs in helm modules not creating build deps
This resolves an internal issue where module configure handlers were not able to reliably add a build dependency. This caused problems with another PR that I have in progress, but could also cause issues when using helm and kubernetes modules referencing container modules. The solution was to no longer use the TaskGraph for module resolution, and instead use a more bespoke flow that could handle dynamic addition of dependencies during resolution. Existing tests should mostly handle this. I just added one test to validate the specific case of adding a build dependency in a configure handler.
- Loading branch information
Showing
8 changed files
with
496 additions
and
518 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
Oops, something went wrong.