Skip to content

Commit

Permalink
Update uninstall-volcano.sh
Browse files Browse the repository at this point in the history
helm uninstall will not delete namespace.

Signed-off-by: mahmut <mahmut@uniontech.com>
  • Loading branch information
mahmut-Abi committed Feb 14, 2025
1 parent 5b817b1 commit 6bf844c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion benchmark/sh/uninstall-volcano.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@
# limitations under the License.
set -e

helm uninstall volcano --namespace volcano-system
helm uninstall volcano --namespace volcano-system
kubectl delete namespace volcano-system

0 comments on commit 6bf844c

Please sign in to comment.