Percona PG-DB Helm chart does not have tolerations for all components

Description:

Hi all,

I am currently working with Percona Operator for PostgreSQL and Percona PostgreSQL DB. I am deploying both using helm charts from the official github repository (percona-helm-charts/charts at main · percona/percona-helm-charts · GitHub) but with no luck in setting up tolerations for all the components that the Percona PG Cluster custom resource.
Main issue is with patroni for HA that does not expect a tolerations specification, is there something that I am missing in the chart? Isn’t there any tolerations specification for all the cluster component?

Steps to Reproduce:

Deploy both operator and db helm charts, try to specify tolerations.

Version:

2.6.0

Logs:

Expected Result:

If tolerations are specified at the root values does create them on the PG cluster resource.

Actual Result:

No tolerations are applied to all cluster components.

Additional Information: