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

Add support for devfile 2.0 variables #508

Closed
amisevsk opened this issue Jul 23, 2021 · 2 comments
Closed

Add support for devfile 2.0 variables #508

amisevsk opened this issue Jul 23, 2021 · 2 comments
Labels
sprint/current Is assigned to issues which are planned to work on in the current team sprint
Milestone

Comments

@amisevsk
Copy link
Collaborator

Description

The devfile 2.0 spec includes global variables, which define key-value pairs, e.g.

variables:
  my-var: "some value"

These variables can be referenced in non-key string fields within the devfile using {{my-var}} to template different versions of a devfile by setting only the variable field.

We should add support for this in DWO.

See issue devfile/api#239 and PR devfile/api#352 for details.

@sleshchenko sleshchenko added sprint/current Is assigned to issues which are planned to work on in the current team sprint and removed sprint/next labels Jul 29, 2021
@sleshchenko sleshchenko added this to the v0.8.0 milestone Jul 29, 2021
@sleshchenko
Copy link
Member

is implemented with #509

@sleshchenko
Copy link
Member

duplicates #408

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sprint/current Is assigned to issues which are planned to work on in the current team sprint
Projects
None yet
Development

No branches or pull requests

2 participants