We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2fc83e4 + fb48694 commit 3bda021Copy full SHA for 3bda021
docs/bundle.md
@@ -471,15 +471,13 @@ objects that were previously applied but are missing from the current revision.
471
Example:
472
473
```shell
474
-timoni bundle apply --prune -f bundle.cue
+timoni bundle apply -f bundle.cue
475
```
476
477
To prevent the garbage collector from deleting certain
478
resources such as Kubernetes Persistent Volumes,
479
these resources can be annotated with `action.timoni.sh/prune: "disabled"`.
480
481
-The garbage collection is enabled by default, to opt-out set `--prune=false`.
482
-
483
### Readiness checks
484
485
By default, Timoni applies the instances in order, and will wait for
0 commit comments