From c6fb10272cc093b2a30f16df8568a65affb6aa02 Mon Sep 17 00:00:00 2001 From: Nikita Zakharov Date: Thu, 13 Aug 2026 10:00:00 +0200 Subject: [PATCH] docs(example/externalRef): mention how to match cluster-scoped resources Signed-off-by: Nikita Zakharov --- example/externalref/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/example/externalref/README.md b/example/externalref/README.md index 512455e..fa61521 100644 --- a/example/externalref/README.md +++ b/example/externalref/README.md @@ -34,3 +34,6 @@ carries the region, environment, and CIDR from the single ConfigMap, and computed across all subscriber ConfigMaps. The VPC renders with configuration sourced from the ConfigMap; the subnet and security group depend on the VPC's ID and reconcile on a cluster. + +To reference cluster-scoped resources, use label-selector. +If `metadata.name` is set, kro will default to the instance namespace.