-
Notifications
You must be signed in to change notification settings - Fork 56
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 a workspace template to the Stack #666
Labels
Comments
Added to epic #586 |
5 tasks
blampe
added a commit
that referenced
this issue
Sep 18, 2024
This adds a `workspaceTemplate` field to the Stack API. Also removes `resources` and `image` from the API, since those can now be specified via `workspaceTemplate` and it's confusing for them to be overridable in two places. We can re-add these as a convenience later when we've thought through precedence and validation for them. Fixes #666
Cannot close issue:
Please fix these problems and try again. |
Cannot close issue:
Please fix these problems and try again. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add a
workspaceTemplate
to the Stack spec, to allow for general extensibility of the stack's workspace.The stack controller should merge the provided template using strategic merge patch, similarly to how the workspace controller merges the pod template (ref).
The text was updated successfully, but these errors were encountered: