Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
biplamal committed Jul 5, 2024
1 parent b640fa3 commit 7627c74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion do.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}
}
Expand Down

0 comments on commit 7627c74

Please sign in to comment.