diff --git a/scripts/tiller.sh b/scripts/tiller.sh index 486de9c..2b38cdd 100755 --- a/scripts/tiller.sh +++ b/scripts/tiller.sh @@ -175,7 +175,7 @@ stop_tiller() { if [[ "${HELM_TILLER_SILENT}" == "false" ]]; then echo "Stopping Tiller..." fi - pkill -f ./bin/tiller + pkill -9 -f ./bin/tiller } COMMAND=$1