-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When a devfile references a parent we should not add the default component #22103
When a devfile references a parent we should not add the default component #22103
Comments
This comment was marked as off-topic.
This comment was marked as off-topic.
would be nice to backport it to Dev Spaces 3.5 |
Reopening, reproduced the same issue with https://github.com/che-incubator/quarkus-api-example/tree/parent that references https://registry.stage.devfile.io/viewer/devfiles/community/udi |
We investigated the issue with @olexii4 and it looks like the problem is on the devworkspace generator end cc: @svor Basically, when devfile contains the parent reference we should not fail with the error. |
@l0rd should be fixed and also backported to 7.64.x for 3.6 |
Is your enhancement related to a problem? Please describe
When a devfile has parent (full sample):
the resulting Pod has 3 containers (the gateway, the one defined in the parent and the default one):
Describe the solution you'd like
The default component (the
universal-developer-image
in the case above) should not be added if there is a parent.The text was updated successfully, but these errors were encountered: