From 092408a817d6daab1b8c6ad26cbfd366ef4232f4 Mon Sep 17 00:00:00 2001 From: Kochetkov S Date: Fri, 10 Apr 2026 16:21:59 +0300 Subject: [PATCH] fix postgresql bootstrap --- clusters/yc-k8s-test/infrastructure/patches/postgresql.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/clusters/yc-k8s-test/infrastructure/patches/postgresql.yaml b/clusters/yc-k8s-test/infrastructure/patches/postgresql.yaml index 53156b5..5b527d8 100644 --- a/clusters/yc-k8s-test/infrastructure/patches/postgresql.yaml +++ b/clusters/yc-k8s-test/infrastructure/patches/postgresql.yaml @@ -26,9 +26,13 @@ spec: auth: username: "" database: "" + secretKeys: + userPasswordKey: "postgres-password" auth: username: "" database: "" + secretKeys: + userPasswordKey: "postgres-password" image: registry: cr.yandex/crp3ccidau046kdj8g9q repository: contour/postgresql