Skip to content

Instantly share code, notes, and snippets.

@hiddeco
Created December 3, 2020 13:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hiddeco/87399a076c11ae723eec5c92c96ee8cd to your computer and use it in GitHub Desktop.
Save hiddeco/87399a076c11ae723eec5c92c96ee8cd to your computer and use it in GitHub Desktop.
#!/bin/bash
kubectl patch $1 -p '{"metadata":{"finalizers":null}}' --type=merge
@sionsmith
Copy link

Brilliant 🖕

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment