Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/user/cli-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -1302,6 +1302,7 @@ The undeploy script removes components in reverse deployment order.
|------|-------------|
| `--keep-namespaces` | Skip namespace deletion after component removal |
| `--delete-pvcs` | Delete all PVCs in component namespaces (default: **off**) |
| `--skip-preflight` | Skip pre-flight CRD/finalizer checks (use with caution) |
| `--timeout SECONDS` | Helm uninstall timeout per component (default: 120) |

**PVC preservation (default):**
Expand Down
Loading
Loading