From ef54effedc87f938f8cd430942d64a21e903a210 Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Sun, 14 Dec 2025 01:32:10 +0000 Subject: [PATCH] save --- mist_infra/scripts/backup_k8s_storage_to_s3.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mist_infra/scripts/backup_k8s_storage_to_s3.sh b/mist_infra/scripts/backup_k8s_storage_to_s3.sh index 0e07fa0..b904ed0 100644 --- a/mist_infra/scripts/backup_k8s_storage_to_s3.sh +++ b/mist_infra/scripts/backup_k8s_storage_to_s3.sh @@ -4,7 +4,8 @@ set -euo pipefail # ----------------------------- # Config # ----------------------------- -NAMESPACE="arc-systems" +NAMESPACE="default" + PG_ENABLED=true PG_SECRET_NAME="postgres-secret"