Skip to content

Commit

Permalink
3
Browse files Browse the repository at this point in the history
  • Loading branch information
aledbf committed Jan 6, 2022
1 parent 926f689 commit b512fe3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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 @@ -389,7 +389,7 @@ func (m *Manager) createDefiniteWorkspacePod(startContext *startWorkspaceContext
MatchExpressions: []metav1.LabelSelectorRequirement{
{
Key: "component",
Operator: metav1.LabelSelectorOpNotIn,
Operator: metav1.LabelSelectorOpIn,
Values: []string{"ws-daemon", "registry-facade"},
},
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@
"matchExpressions": [
{
"key": "component",
"operator": "NotIn",
"operator": "In",
"values": [
"ws-daemon",
"registry-facade"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@
"matchExpressions": [
{
"key": "component",
"operator": "NotIn",
"operator": "In",
"values": [
"ws-daemon",
"registry-facade"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@
"matchExpressions": [
{
"key": "component",
"operator": "NotIn",
"operator": "In",
"values": [
"ws-daemon",
"registry-facade"
Expand Down

0 comments on commit b512fe3

Please sign in to comment.