From 66b834db8766a6fe0355b75711ab31e4f93fa945 Mon Sep 17 00:00:00 2001 From: Kochetkov S Date: Mon, 13 Apr 2026 12:23:30 +0300 Subject: [PATCH] add kc db + user --- 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 421a8ce..0251052 100644 --- a/clusters/yc-k8s-test/infrastructure/patches/postgresql.yaml +++ b/clusters/yc-k8s-test/infrastructure/patches/postgresql.yaml @@ -106,5 +106,9 @@ spec: user: zitadel extensions: [] restoreFromDump: false + - name: keycloak + user: keycloak + extensions: [] + restoreFromDump: false s3-proxy: endpointUrl: "s3-proxy-service.postgresql.svc.cluster.local"