From f992394226f44b1b32cb7861acb26d879875719d Mon Sep 17 00:00:00 2001 From: Dorus <30291690+dwrolvink@users.noreply.github.com> Date: Wed, 18 Jun 2025 21:18:05 +0200 Subject: [PATCH] fix misleading label_selectors example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a4ce990..c626355 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ You can also listen an any number of objects in the same rulebook activation. Fo - api_version: v1 kind: Pod label_selectors: - - app: myapp + - "app=myapp" rules: - name: Existing Namespaces condition: event.type == "INIT_DONE" and event.resources.kind == "NamespaceList"