-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
DWO 0.30.0
-
None
-
False
-
None
-
False
-
-
Description of problem:
Child devfile is not inheriting the starterProjects from the referenced parent devfile.
Prerequisites (if any, like setup, operators/versions):
CU is using DevWorkspace Operator version 0.30.0
Steps to Reproduce
1. Use a DevFile that references a parent Devfile with starterProjects
2. Check if the child Devfile inherited the starterProjects
Here you can find a reproducer repo
Actual results:
Child devfile does not inherit the starterProjects from Parent devfile
Expected results:
Child devfile should inherit the starterProjects from Parent devfile.
Reproducibility (Always/Intermittent/Only Once):
Always
Acceptance criteria:
Definition of Done:
Build Details:
Additional info (Such as Logs, Screenshots, etc):
Changing from starterProjects to projects in the parent devfile works as a workaround.