#!/bin/bash

 kubectl patch $@ -p '{"metadata":{"finalizers":[]}}' --type=merge
