From bc85535c674e97d75f2e7fe8cf0be727c085fcad Mon Sep 17 00:00:00 2001 From: Tadej Golobic Date: Tue, 23 Apr 2024 10:49:57 +0200 Subject: [PATCH] Update charts/rafiki-auth/values.yaml Co-authored-by: Max Kurapov --- charts/rafiki-auth/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/rafiki-auth/values.yaml b/charts/rafiki-auth/values.yaml index c601186..1989d68 100644 --- a/charts/rafiki-auth/values.yaml +++ b/charts/rafiki-auth/values.yaml @@ -6,7 +6,7 @@ postgresql: port: 5432 username: "auth" database: "auth" - password: "auth" # override this value + password: "auth" port: admin: 3003 auth: 3006