From 2a3a562967656f44aa8f8c852ffa444852043a48 Mon Sep 17 00:00:00 2001 From: Antoine Millet Date: Thu, 9 Apr 2020 18:16:59 +0200 Subject: [PATCH] fix(netbox): added default pg password This is a workaround for https://github.com/helm/charts/issues/5167. Please set a proper password in production. --- charts/netbox/values.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/netbox/values.yaml b/charts/netbox/values.yaml index 8fc570c..a1b4671 100644 --- a/charts/netbox/values.yaml +++ b/charts/netbox/values.yaml @@ -114,6 +114,7 @@ nginx: postgresql: enabled: true host: + postgresqlPassword: netbox postgresqlUsername: netbox postgresqlDatabase: netbox