Skip to content

Commit

Permalink
[ws-manager]: change affinities to match the installer values
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Emms authored and roboquat committed Oct 28, 2021
1 parent 38c5e59 commit 61c8f54
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/ws-manager/pkg/manager/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ func (m *Manager) createDefiniteWorkspacePod(startContext *startWorkspaceContext
{
MatchExpressions: []corev1.NodeSelectorRequirement{
{
Key: "gitpod.io/workloads/workspace/" + workloadType,
Key: "gitpod.io/workload_workspace_" + workloadType,
Operator: corev1.NodeSelectorOpExists,
},
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@
{
"matchExpressions": [
{
"key": "gitpod.io/workloads/workspace/regular",
"key": "gitpod.io/workload_workspace_regular",
"operator": "Exists"
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@
{
"matchExpressions": [
{
"key": "gitpod.io/workloads/workspace/headless",
"key": "gitpod.io/workload_workspace_headless",
"operator": "Exists"
}
]
Expand Down

0 comments on commit 61c8f54

Please sign in to comment.