From 8876e7eff2809ee0b1837775c2bb8510a3a44069 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Thu, 9 Apr 2026 14:35:36 -0500 Subject: [PATCH] fix: wrong key --- clusters/cl01tl/helm/kyoo/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/cl01tl/helm/kyoo/values.yaml b/clusters/cl01tl/helm/kyoo/values.yaml index fb14c7a5f..37a0474fb 100644 --- a/clusters/cl01tl/helm/kyoo/values.yaml +++ b/clusters/cl01tl/helm/kyoo/values.yaml @@ -6,7 +6,7 @@ kyoo: postgres: infra: user: kyoo_all - passwordKey: password + passwordKey: postgres_password existingSecret: kyoo-db-secret shared: existingSecret: kyoo-db-secret -- 2.49.1