Skip to content

Commit

Permalink
Merge pull request #166 from Telecominfraproject/wifi-13280
Browse files Browse the repository at this point in the history
  • Loading branch information
stephb9959 authored Jan 14, 2024
2 parents 86709bc + 5aa25cf commit b219a16
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion chart/environment-values/cleanup.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/bin/bash
[ -z "$NAMESPACE" ] && echo "No NAMESPACE set" && exit 1
echo "Deleting openwifi-$NAMESPACE"
helm -n openwifi-$NAMESPACE delete tip-openwifi
sleep 30
sleep 15
echo "Deleting namespace openwifi-$NAMESPACE"
kubectl delete ns openwifi-$NAMESPACE
exit 0

0 comments on commit b219a16

Please sign in to comment.