charts icon indicating copy to clipboard operation
charts copied to clipboard

feat(cluster): Extend monitoring options with relabelings

Open dragoangel opened this issue 1 year ago • 1 comments

Allow to customize resources as supported at https://cloudnative-pg.io/documentation/1.20/cloudnative-pg.v1/#postgresql-cnpg-io-v1-PoolerMonitoringConfiguration

dragoangel avatar Aug 26 '24 12:08 dragoangel

Added customQueriesSecret as default list of secrets, so users who will use this chart as dependency can render their own secrets as they like (for example via vault-secret-operator), and have capability to point current chart to them. Current customQueries use ConfigMap and it will cover most of use cases, but in rare cases secrets also can be useful.

dragoangel avatar Aug 26 '24 13:08 dragoangel