diff --git a/scripts/dump_logs.sh b/scripts/dump_logs.sh
index 85b927108ad06faa27cd228c18b8640a3ec8e14b..a6db945d245b832564353de71610bf720eb0acb8 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