Skip to content

Instantly share code, notes, and snippets.

@bruceherve
Created June 16, 2023 09:56
Show Gist options
  • Save bruceherve/e7a3426c085b247524ae91c7762a06ce to your computer and use it in GitHub Desktop.
Save bruceherve/e7a3426c085b247524ae91c7762a06ce to your computer and use it in GitHub Desktop.
kubectl patch ingress $Ingressname -n $namespace -p '{"metadata":{"finalizers":[]}}' --type=merge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment