Skip to content

Commit

Permalink
docs: Fixed titles in app deletion doc (#13469)
Browse files Browse the repository at this point in the history
Signed-off-by: michaelkot97 <michael.kot97@gmail.com>
  • Loading branch information
michaelkotelnikov authored May 28, 2023
1 parent 46dc70b commit 0500d66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/user-guide/app_deletion.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ or
argocd app delete APPNAME
```

# Deletion Using `kubectl`
## Deletion Using `kubectl`

To perform a non-cascade delete, make sure the finalizer is unset and then delete the app:

Expand All @@ -38,7 +38,7 @@ kubectl patch app APPNAME -p '{"metadata": {"finalizers": ["resources-finalizer
kubectl delete app APPNAME
```

# About The Deletion Finalizer
## About The Deletion Finalizer

```yaml
metadata:
Expand Down

0 comments on commit 0500d66

Please sign in to comment.