Skip to content

Commit

Permalink
elaborate on README example (thx @benhoyt)
Browse files Browse the repository at this point in the history
Co-authored-by: Ben Hoyt <[email protected]>
  • Loading branch information
barrettj12 and benhoyt committed Jun 30, 2023
1 parent 062524e commit 439165f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ my-target:
services: [-svc1]
override: merge
```
then in the merged layer, `my-target` will collect logs from only `svc2`. You can also use `-all` to remove all services from the list.
then in the merged layer, the `services` list will be merged to `[svc1, svc2, -svc1]`, which evaluates left to right as simply `[svc2]`. So `my-target` will collect logs from only `svc2`. You can also use `-all` to remove all services from the list.
-->

## Container usage
Expand Down

0 comments on commit 439165f

Please sign in to comment.