From 8b6a00997bb5647361283a279b7ec6544d698b5c Mon Sep 17 00:00:00 2001
From: David Hoese <david.hoese@ssec.wisc.edu>
Date: Mon, 21 Dec 2020 16:23:23 -0600
Subject: [PATCH] For postgis database name to "postgres" to allow metrics to
 be enabled

---
 ci_geosphere/values-postgis.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ci_geosphere/values-postgis.yaml b/ci_geosphere/values-postgis.yaml
index 73cd7cd..33b9a99 100644
--- a/ci_geosphere/values-postgis.yaml
+++ b/ci_geosphere/values-postgis.yaml
@@ -1,3 +1,4 @@
+postgresqlDatabase: "postgres"
 persistence:
   enabled: true
   existingClaim: "geosphere-postgis"
-- 
GitLab