Skip to content

Commit 6e6f9c4

Browse files
Merge pull request #1680 from kramvan1/patch-1
Remove unneeded toleration from catalog source pod
2 parents eb40bf7 + c1b899d commit 6e6f9c4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pkg/controller/registry/reconciler/reconciler.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -137,11 +137,6 @@ func Pod(source *v1alpha1.CatalogSource, name string, image string, labels map[s
137137
ImagePullPolicy: pullPolicy,
138138
},
139139
},
140-
Tolerations: []v1.Toleration{
141-
{
142-
Operator: v1.TolerationOpExists,
143-
},
144-
},
145140
NodeSelector: map[string]string{
146141
"kubernetes.io/os": "linux",
147142
},

0 commit comments

Comments
 (0)