Description of problem: When manually udpate the MCH with the toleration, like
```
tolerations:
- effect: NoSchedule
key: node-role.kubernetes.io/master
operator: Exists
```
the AddOnDeploymentConfig search-collector is not updated with the toleration accordingly.
Search search-v2-operator is updated with toleration correctly as expected
Version-Release number of selected component (if applicable): 2.9.0 train-05
How reproducible:
Steps to Reproduce:
- manually update MCH with the toleration
- AddOnDeploymentConfig search-collector is not updated with the above toleration
- Search search-v2-operator is updated with the above toleration correctly
Actual results:
Expected results:
Additional info:
- is cloned by
-
ACM-7547 Search - AddOnDeploymentConfig toleration is not updated automatically (2.8.2)
- Closed