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
With che server workspaces, we could add custom labels and custom annotations to the Deployment/Pod kubernetes object
Additional context
I would like to have the same set of feature by adding extra configuration in the DevWorkspace object
so for example if user provides to Dashboard : ?override.labels.foo=bar then Dashboard can add an extra configuration for foo=bar label into the DevWorkspace and the controller can then apply that label on top of the Deployment/DevWorkspace/Pod objects.
It could be like
devWorkspace.spec.labels and devWorkspace.spec.annotations entries
The text was updated successfully, but these errors were encountered:
Description
With che server workspaces, we could add custom
labels
and customannotations
to the Deployment/Pod kubernetes objectAdditional context
I would like to have the same set of feature by adding extra configuration in the
DevWorkspace
objectso for example if user provides to Dashboard : ?override.labels.foo=bar then Dashboard can add an extra configuration for
foo=bar
label into the DevWorkspace and the controller can then apply that label on top of the Deployment/DevWorkspace/Pod objects.It could be like
devWorkspace.spec.labels and devWorkspace.spec.annotations entries
The text was updated successfully, but these errors were encountered: