From e1dd06e77ad7a7c841d139dbb6e4b295a62a58c2 Mon Sep 17 00:00:00 2001 From: kisfenyo Date: Tue, 30 Jun 2026 19:07:07 +0200 Subject: [PATCH] test(temp): restore storage_fill threshold to default after live validation --- manifests/hub.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/manifests/hub.yaml b/manifests/hub.yaml index cf72f76..214bbcf 100644 --- a/manifests/hub.yaml +++ b/manifests/hub.yaml @@ -80,7 +80,6 @@ data: prune_schedule: "04:30" alerting: stale_threshold: "30m" - storage_fill_warn_percent: 20 notifications: # Resend API key is NOT stored here. It is injected at runtime from Secret/resend-api # via the RESEND_API_KEY env var (see Deployment below). The Secret is created out-of-band