You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)
Issue details
The spec.workspaceTemplate field in Stack resource allows for customization of the workspace. In some cases, being able to reference a named WorkspaceTemplate object would keep things DRY.
Consider whether a named template could be merged with the inline template, or is either/or. Merging would be ideal.
Consider whether the content within a template is realistically reusable across workspaces. What content is likely to be shared - e.g. volume attachments, secrets?
Affected area/feature
The text was updated successfully, but these errors were encountered:
Hello!
Issue details
The
spec.workspaceTemplate
field inStack
resource allows for customization of the workspace. In some cases, being able to reference a namedWorkspaceTemplate
object would keep things DRY.Consider whether a named template could be merged with the inline template, or is either/or. Merging would be ideal.
Consider whether the content within a template is realistically reusable across workspaces. What content is likely to be shared - e.g. volume attachments, secrets?
Affected area/feature
The text was updated successfully, but these errors were encountered: