Skip to content

Commit 6bf844c

Browse files
committed
Update uninstall-volcano.sh
helm uninstall will not delete namespace. Signed-off-by: mahmut <mahmut@uniontech.com>
1 parent 5b817b1 commit 6bf844c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

benchmark/sh/uninstall-volcano.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@
1414
# limitations under the License.
1515
set -e
1616

17-
helm uninstall volcano --namespace volcano-system
17+
helm uninstall volcano --namespace volcano-system
18+
kubectl delete namespace volcano-system

0 commit comments

Comments
 (0)