Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
biplamal committed Jul 5, 2024
1 parent 88a6f2c commit a74b282
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions do.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down Expand Up @@ -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} \
Expand Down

0 comments on commit a74b282

Please sign in to comment.