From 1fd954fd6817a2ae132220c97d104763c494020c Mon Sep 17 00:00:00 2001 From: Kochetkov S Date: Mon, 15 Jun 2026 16:42:27 +0300 Subject: [PATCH] Avoid waiting for sanitizer PostgreSQL rollout --- .../yc-infra-prod/infrastructure/patches/postgresql.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/clusters/yc-infra-prod/infrastructure/patches/postgresql.yaml b/clusters/yc-infra-prod/infrastructure/patches/postgresql.yaml index c178820..5610594 100644 --- a/clusters/yc-infra-prod/infrastructure/patches/postgresql.yaml +++ b/clusters/yc-infra-prod/infrastructure/patches/postgresql.yaml @@ -4,6 +4,14 @@ metadata: name: postgresql namespace: postgresql spec: + install: + disableWait: true + remediation: + retries: 0 + upgrade: + disableWait: true + remediation: + retries: 0 chart: spec: version: "13.0.9"