From 7627c74a37f350af2ec62484eadfceaf6eb49d79 Mon Sep 17 00:00:00 2001 From: biplamal Date: Fri, 5 Jul 2024 10:05:10 +0000 Subject: [PATCH] bug fix --- do.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/do.sh b/do.sh index 33d5714..ac34747 100755 --- a/do.sh +++ b/do.sh @@ -1175,7 +1175,7 @@ create_ixia_c_k8s() { rm_ixia_c_k8s() { echo "Removing K8S .${1}.yaml topology ..." - ns=$(k8s_namespace .${1}.yaml + ns=$(k8s_namespace .${1}.yaml) kubectl delete -f deployments/k8s/manifests/.${1}.yaml \ && wait_for_no_namespace ${ns} }