Skip to content

Commit

Permalink
doc: fix a formatting bug (#174)
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Crocfer <nicolas.crocfer@ovhcloud.com>
  • Loading branch information
ncrocfer authored Dec 8, 2022
1 parent aa8b079 commit 03a8d15
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/docs/guides/cleanup-workflows.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@ example.RANDOMS:
- RANDOM
- ADD
```
- For *example.ETL*, Director will read the retention in the .yaml configuration. Only two records will be kept. Everything else will be deleted.
- For *example.RANDOMS*, Director will get the retention from `DIRECTOR_DEFAULT_RETENTION_OFFSET` in *.env*. As the value is **-1**, nothing will happen.
- For the workflow named **example.ETL**, Director will read the retention in the .yaml configuration. Only two records will be kept, everything else will be deleted.
- For the workflow **example.RANDOMS**, Director will get the retention from `DIRECTOR_DEFAULT_RETENTION_OFFSET` in *.env*. As the value is **-1**, nothing will happen.

## Define a custom retention value
To define your own default retention, you simply have to modify the value of `DIRECTOR_DEFAULT_RETENTION_OFFSET` in *.env*.

0 comments on commit 03a8d15

Please sign in to comment.