From e0f7522752b3685962d540fc92adc378f613464f Mon Sep 17 00:00:00 2001 From: rjshrjndrn Date: Mon, 15 May 2023 05:59:46 +0200 Subject: [PATCH] chore(helm): enablig pg_stat for metrics Signed-off-by: rjshrjndrn --- scripts/helmcharts/databases/values.yaml | 1 + scripts/helmcharts/vars.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/scripts/helmcharts/databases/values.yaml b/scripts/helmcharts/databases/values.yaml index 6025b0bfe..0dad3bca0 100644 --- a/scripts/helmcharts/databases/values.yaml +++ b/scripts/helmcharts/databases/values.yaml @@ -102,6 +102,7 @@ redis: postgresql: # postgresqlPassword: asayerPostgres fullnameOverride: postgresql + postgresqlSharedPreloadLibraries: "pgaudit,pg_stat_statements" image: tag: 14.5.0 resources: diff --git a/scripts/helmcharts/vars.yaml b/scripts/helmcharts/vars.yaml index 46bad0f00..506c82e5e 100644 --- a/scripts/helmcharts/vars.yaml +++ b/scripts/helmcharts/vars.yaml @@ -136,6 +136,7 @@ global: emailSslKey: '' emailSslCert: '' emailFrom: 'OpenReplay' + enterpriseEditionLicense: "" domainName: ""