Skip to content

Commit 3bda021

Browse files
authored
Merge pull request #485 from edeustua/main
docs: Remove reference to non-existent flag --prune
2 parents 2fc83e4 + fb48694 commit 3bda021

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Diff for: docs/bundle.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -471,15 +471,13 @@ objects that were previously applied but are missing from the current revision.
471471
Example:
472472

473473
```shell
474-
timoni bundle apply --prune -f bundle.cue
474+
timoni bundle apply -f bundle.cue
475475
```
476476

477477
To prevent the garbage collector from deleting certain
478478
resources such as Kubernetes Persistent Volumes,
479479
these resources can be annotated with `action.timoni.sh/prune: "disabled"`.
480480

481-
The garbage collection is enabled by default, to opt-out set `--prune=false`.
482-
483481
### Readiness checks
484482

485483
By default, Timoni applies the instances in order, and will wait for

0 commit comments

Comments
 (0)