How to Add Node Tolerations to Everest Operators? (Dedicated DB Nodes)

Hi everyone,

we are running Percona Everest on a Kubernetes cluster with several dedicated database nodes. To ensure operators and deployments are correctly scheduled on these nodes, we would like to configure custom node tolerations for the Everest operators and related components.

Currently, whenever we manually add tolerations via the StatefulSet or Deployment spec, our changes are overwritten by the UI or by operator reconciliation. Is there a supported way to configure tolerations for Everest operators via CRD, Helm values, or any other method? If not, is support for custom tolerations planned in an upcoming release?

Thanks in advance for your help!