Skip to content
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

starterProjects support #1084

Closed
l0rd opened this issue Apr 11, 2023 · 0 comments · Fixed by #1130
Closed

starterProjects support #1084

l0rd opened this issue Apr 11, 2023 · 0 comments · Fixed by #1130
Assignees
Milestone

Comments

@l0rd
Copy link
Collaborator

l0rd commented Apr 11, 2023

Description

starterProjects are currently ignored by the DevWorkspace operator as there is no interaction with the developer.

But if a client, like the Che dashboard, allow the developer to chose one starterProject, then the choice should be specified in the DW object so that the DWO can use it as that CR project. For that we can introducing spec.selectedStarterProject:

apiVersion: workspace.devfile.io/v1alpha2
kind: DevWorkspace
spec:
  template:
    attributes:
      controller.devfile.io/use-starter-project: project-1
    starterProjects:
      - name: project-1
        git:
           (...)

Additional context

This work should be part of the epic to support registry.devfile.io: eclipse-che/che#20251

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants