From dff309aac3bac79b6d43775c2784d60707796afa Mon Sep 17 00:00:00 2001 From: mprudnikov3 <139206622+mprudnikov3@users.noreply.github.com> Date: Thu, 9 Jan 2025 16:31:55 +0700 Subject: [PATCH] =?UTF-8?q?[ONPREM-1379]=20PRO-API=20=D0=9F=D1=80=D0=B0?= =?UTF-8?q?=D0=B2=D0=BA=D0=B8=20=D1=82=D0=B8=D0=BF=D0=B0=20=D0=BE=D0=B1?= =?UTF-8?q?=D1=8A=D0=B5=D0=BA=D1=82=D0=B0=20values=20(#569)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- charts/pro-api/README.md | 2 +- charts/pro-api/values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/pro-api/README.md b/charts/pro-api/README.md index fd4aab82..7ab18dfd 100644 --- a/charts/pro-api/README.md +++ b/charts/pro-api/README.md @@ -184,7 +184,7 @@ | `postgres.api.rw.name` | PostgreSQL database name. **Required** | `""` | | `postgres.api.rw.username` | PostgreSQL username. **Required** | `""` | | `postgres.api.rw.password` | PostgreSQL password. **Required** | `""` | -| `postgres.api.ro` | Settings for the read-only access. | `[]` | +| `postgres.api.ro` | Settings for the read-only access. | `{}` | ### Kafka settings (supported version 2.7) diff --git a/charts/pro-api/values.yaml b/charts/pro-api/values.yaml index 2c945012..c48f5cfe 100644 --- a/charts/pro-api/values.yaml +++ b/charts/pro-api/values.yaml @@ -499,7 +499,7 @@ postgres: name: '' username: '' password: '' - ro: [] + ro: {} # @skip postgres.tasks tasks: @@ -513,7 +513,7 @@ postgres: name: '' username: '' password: '' - ro: [] + ro: {} # @section Kafka settings (supported version 2.7)