mirror of
https://github.com/intel/intel-device-plugins-for-kubernetes.git
synced 2025-06-03 03:59:37 +00:00
webhook-deploy.sh: error upon unknown option
This commit is contained in:
parent
2f918cc257
commit
eaff6f7f6f
@ -38,6 +38,10 @@ while [[ $# -gt 0 ]]; do
|
||||
cleanup)
|
||||
command="cleanup"
|
||||
;;
|
||||
*)
|
||||
echo "Unknown option: ${1}"
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
shift
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user