From a74b28255a65f836c0e645b3343677347ad249b7 Mon Sep 17 00:00:00 2001 From: biplamal Date: Fri, 5 Jul 2024 03:20:31 +0000 Subject: [PATCH] updated --- do.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/do.sh b/do.sh index 64ca3e1..4c0bd8b 100755 --- a/do.sh +++ b/do.sh @@ -1137,8 +1137,8 @@ k8s_namespace() { } eval_config_manifest() { - file={1} - new_file=".{1}" + file=${1} + new_file=".${file}" get_yq \ && rm -rf ${new_file} @@ -1168,7 +1168,7 @@ create_ixia_c_k8s() { echo "Creating K8S ${1} topology ..." ns=$(k8s_namespace ${1}) cd deployments/k8s/manifests \ - && eval_config_manifest {1}.yaml \ + && eval_config_manifest "{1}.yaml" \ && kubectl apply -f .${1}.yaml \ && cd ../../.. \ && wait_for_pods ${ns} \