From ecbb1f863806604693ce13b2341084499c5667f5 Mon Sep 17 00:00:00 2001 From: Danijel Simeunovic Date: Thu, 23 Apr 2026 23:00:44 +0200 Subject: [PATCH] pw --- infra/values/base/backstage-values.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/infra/values/base/backstage-values.yaml b/infra/values/base/backstage-values.yaml index e0a4a6c..75b59ab 100644 --- a/infra/values/base/backstage-values.yaml +++ b/infra/values/base/backstage-values.yaml @@ -126,6 +126,11 @@ upstream: postgresql: enabled: true + auth: + # Fixed passwords prevent Helm from regenerating the Secret on + # each sync, which would mismatch with the PVC-persisted data. + password: backstage-db-pw + postgresPassword: backstage-admin-pw primary: persistence: enabled: true