From 967a7cd402f6b0c16a85b1e8039ebb2dd48947b4 Mon Sep 17 00:00:00 2001 From: andream16 Date: Wed, 4 Sep 2024 16:25:25 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20undefined=20key=20error=20?= =?UTF-8?q?highlighted=20by=20Helm=20as=20the=20required=20database=20key?= =?UTF-8?q?=20was=20missing.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy/dracon/values/dev.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deploy/dracon/values/dev.yaml b/deploy/dracon/values/dev.yaml index 103cd47dd..1ea59896e 100644 --- a/deploy/dracon/values/dev.yaml +++ b/deploy/dracon/values/dev.yaml @@ -32,6 +32,8 @@ image: postgresql: enabled: true + +database: auth: username: dracon password: dracon