We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a17357 commit f84785fCopy full SHA for f84785f
controllers/workspace/provision/deployment.go
@@ -215,14 +215,14 @@ func getSpecDeployment(
215
Namespace: workspace.Namespace,
216
Labels: map[string]string{
217
constants.DevWorkspaceIDLabel: workspace.Status.DevWorkspaceId,
218
+ constants.DevWorkspaceNameLabel: workspace.Name,
219
},
220
221
Spec: appsv1.DeploymentSpec{
222
Replicas: &replicas,
223
Selector: &metav1.LabelSelector{
224
MatchLabels: map[string]string{
225
- constants.DevWorkspaceNameLabel: workspace.Name,
226
227
228
Strategy: appsv1.DeploymentStrategy{
0 commit comments