mirror of
https://github.com/argoproj/argo-cd
synced 2026-05-23 17:28:44 +00:00
Grammar fixes. (#2232)
This commit is contained in:
parent
58c32833ed
commit
858823d911
1 changed files with 3 additions and 3 deletions
|
|
@ -1,10 +1,10 @@
|
|||
# App Deletion
|
||||
|
||||
Apps can be deleted with or without a cascade option. A **cascade delete**, deletes the both app's and its resources, rather than only the app.
|
||||
Apps can be deleted with or without a cascade option. A **cascade delete**, deletes both the app and its resources, rather than only the app.
|
||||
|
||||
## Deletion Using `argocd`
|
||||
|
||||
To perform an non-cascade delete:
|
||||
To perform a non-cascade delete:
|
||||
|
||||
```bash
|
||||
argocd app delete APPNAME
|
||||
|
|
@ -43,4 +43,4 @@ metadata:
|
|||
|
||||
Argo CD's app controller watches for this and will then delete both the app and its resources.
|
||||
|
||||
When you invoke `argocd app delete` with `--cascade`, the finalizer is added automatically.
|
||||
When you invoke `argocd app delete` with `--cascade`, the finalizer is added automatically.
|
||||
|
|
|
|||
Loading…
Reference in a new issue