Skip to content

Commit

Permalink
Merge pull request #485 from edeustua/main
Browse files Browse the repository at this point in the history
docs: Remove reference to non-existent flag --prune
  • Loading branch information
stefanprodan authored Feb 20, 2025
2 parents 2fc83e4 + fb48694 commit 3bda021
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/bundle.md
Original file line number Diff line number Diff line change
Expand Up @@ -471,15 +471,13 @@ objects that were previously applied but are missing from the current revision.
Example:

```shell
timoni bundle apply --prune -f bundle.cue
timoni bundle apply -f bundle.cue
```

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

The garbage collection is enabled by default, to opt-out set `--prune=false`.

### Readiness checks

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

0 comments on commit 3bda021

Please sign in to comment.