Skip to content

Commit 367eeca

Browse files
Merge pull request #1712 from openshift-cherrypick-robot/cherry-pick-1680-to-release-4.5
[release-4.5] Bug 1866828: Remove unneeded toleration from catalog source pod
2 parents 8aea499 + f02577b commit 367eeca

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
"beta.kubernetes.io/os": "linux",
147142
},

0 commit comments

Comments
 (0)