Description
Enabling the pg_stat_statements extension on the chart with cluster.monitoring.instrumentation.pgStatStatements: true correctly enables the extension, creates the configmaps with the queries <cluster>-monitoring-logical-replication, <cluster>-monitoring-pg-stat-statements but does not add them to the customQueriesConfigMap on the cluster.
Result
No metrics are emited for pgStatStatements and logicalReplication.
The cluster only has the injected cnpg-default-monitoring.
### Expected Result
When enabling the instrumentation the metrics should be emited by the pod, so they should be mounted.
I can make a PR for this
Description
Enabling the pg_stat_statements extension on the chart with
cluster.monitoring.instrumentation.pgStatStatements: truecorrectly enables the extension, creates the configmaps with the queries<cluster>-monitoring-logical-replication,<cluster>-monitoring-pg-stat-statementsbut does not add them to thecustomQueriesConfigMapon the cluster.Result
No metrics are emited for pgStatStatements and logicalReplication.
The cluster only has the injected cnpg-default-monitoring.
### Expected Result
When enabling the instrumentation the metrics should be emited by the pod, so they should be mounted.
I can make a PR for this