From 37fdd5ad52fc5321af5a2d6441dc0617b70b3ef0 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Tue, 23 Dec 2025 21:29:13 -0600 Subject: [PATCH] add recovery --- clusters/cl01tl/helm/komodo/values.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/clusters/cl01tl/helm/komodo/values.yaml b/clusters/cl01tl/helm/komodo/values.yaml index f8a3cb928..5fdce51a6 100644 --- a/clusters/cl01tl/helm/komodo/values.yaml +++ b/clusters/cl01tl/helm/komodo/values.yaml @@ -201,6 +201,10 @@ postgresql-17-fdb-cluster: - create extension if not exists pg_cron; - create extension if not exists documentdb cascade; - grant documentdb_admin_role to ferret; + recovery: + method: objectStore + objectStore: + index: 1 backup: objectStore: - name: garage-local