From #176 CloudNative-PG disables caching for sensitive data like secrets: - https://github.com/cloudnative-pg/cloudnative-pg/blob/c9ea3aac03a951ee510849b9e333f8b560692714/internal/cmd/manager/instance/run/cmd.go#L207 We can help to reduce memory use by removing caching for Secrets and ConfigMaps.
From #176
CloudNative-PG disables caching for sensitive data like secrets:
We can help to reduce memory use by removing caching for Secrets and ConfigMaps.