From f0626c3672d70748055d6ad20db1ea91914b9d2a Mon Sep 17 00:00:00 2001 From: Lluis Gifre <lluis.gifre@cttc.es> Date: Tue, 27 Sep 2022 15:13:15 +0000 Subject: [PATCH] Cleanup ECOC'22 demo experiment --- scripts/dump_logs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/dump_logs.sh b/scripts/dump_logs.sh index 85b927108..a6db945d2 100755 --- a/scripts/dump_logs.sh +++ b/scripts/dump_logs.sh @@ -18,7 +18,7 @@ ######################################################################################################################## # If not already set, set the name of the Kubernetes namespace to deploy to. -export TFS_K8S_NAMESPACE=${TFS_K8S_NAMESPACE:-"tfs-dev"} +export TFS_K8S_NAMESPACE=${TFS_K8S_NAMESPACE:-"tfs"} ######################################################################################################################## # Automated steps start here -- GitLab