What is the proper way to edit a devfile? #23079
Labels
area/devfile-spec
Issues related to Devfile v2
area/ux
Issues related to User Experience Design
engine/devworkspace
Issues related to Che configured to use the devworkspace controller as workspace engine.
kind/question
Questions that haven't been identified as being feature requests or bugs.
Summary
I'm currently using Openshift Devspaces 3.15. I've configured my own devfile and committed it to a private git repository.
As an initial comment, I don't see how one would go about checking out the devfile from a private git repository (how would one provide the ssl keys?)
As a work-around I was able to get the raw content of the devfile using i url similar to this:
[user]:[secret]@api.bitbucket.org/2.0/repositories/[project]/[repo]/src/[branch]/devfile.yaml
In a previous devspaces version, the devfile was editable in the administrative interface, but this feature is now disabled (possible related to #21606).
Next I attempted to commit a new version of the devfile to the git repository. I could verify that the previous link returned the updated content, but still the devfile associated with the workspace would not be updated. I was considering whether this is related to #21184.
What is the currently accepted way to edit the devfile?
Thanks in advance.
Edit: I've also found some references to the "restart from local devfile" command in the IDE. However, it does not appear when I hit the "Dev Spaces" panel in the status bar.
Relevant information
No response
The text was updated successfully, but these errors were encountered: