Skip to content

Commit

Permalink
Merge pull request #1235 from oernii/patch-1
Browse files Browse the repository at this point in the history
Add deletion of validatingwebhookconfigurations to stuck uninstall
  • Loading branch information
jetstack-bot authored Sep 5, 2023
2 parents de0166b + 37857b0 commit 172cc4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions content/docs/installation/kubectl.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ First, delete existing cert-manager webhook configurations, if any:

```bash
kubectl delete mutatingwebhookconfigurations cert-manager-webhook
kubectl delete validatingwebhookconfigurations cert-manager-webhook
```

Then change the `.metadata.finalizers` field to an empty list by editing the challenge resource:
Expand Down

0 comments on commit 172cc4d

Please sign in to comment.