From 439165ffbd8ae9f0c464b5ac9425e7df73c3a658 Mon Sep 17 00:00:00 2001 From: Jordan Mitchell Barrett <90195985+barrettj12@users.noreply.github.com> Date: Fri, 30 Jun 2023 14:35:37 +1000 Subject: [PATCH] elaborate on README example (thx @benhoyt) Co-authored-by: Ben Hoyt --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 06129cc3..5a6d2696 100644 --- a/README.md +++ b/README.md @@ -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