From 20bbb9836dfc82cdf520ef8a2a4cf3359808c608 Mon Sep 17 00:00:00 2001 From: Pim van Nierop Date: Thu, 4 Jul 2024 10:17:52 +0200 Subject: [PATCH] Auto-create data-dashboard-backend database --- etc/postgresql/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/postgresql/values.yaml b/etc/postgresql/values.yaml index c1a843e8..04662ed6 100644 --- a/etc/postgresql/values.yaml +++ b/etc/postgresql/values.yaml @@ -114,7 +114,7 @@ primary: ## extraEnvVars: - name: POSTGRES_MULTIPLE_DATABASES - value: managementportal,restsourceauthorizer,appconfig,kratos + value: managementportal,restsourceauthorizer,appconfig,kratos,data-dashboard ## @param primary.podAnnotations Map of annotations to add to the pods (postgresql primary) ## podAnnotations: