From c8af7b23f9ecc802ad913473129acfa501764bc4 Mon Sep 17 00:00:00 2001 From: Muneeb Aijaz Date: Mon, 12 Jan 2026 21:27:08 +0500 Subject: [PATCH 1/3] fix: Fix explanation of selector.mode in environment config Signed-off-by: Muneeb Aijaz --- content/master/composition/environment-configs.md | 3 +-- content/v2.0/composition/environment-configs.md | 3 +-- content/v2.1/composition/environment-configs.md | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/content/master/composition/environment-configs.md b/content/master/composition/environment-configs.md index 542c2d01b..000f93e66 100644 --- a/content/master/composition/environment-configs.md +++ b/content/master/composition/environment-configs.md @@ -221,8 +221,7 @@ Selecting environments by labels may return more than one environment. only uses the first environment in the sorted list. Set the `selector.mode` to `Multiple` to return all matched EnvironmentConfigs. -Use `mode: Single` to return a single environment, and error out if more than -Crossplane finds one match. +Use `mode: Single` to return a single environment, and error out if Crossplane finds more than one match. Sorting and the selection mode only applies to a single `Selector`. diff --git a/content/v2.0/composition/environment-configs.md b/content/v2.0/composition/environment-configs.md index 542c2d01b..000f93e66 100644 --- a/content/v2.0/composition/environment-configs.md +++ b/content/v2.0/composition/environment-configs.md @@ -221,8 +221,7 @@ Selecting environments by labels may return more than one environment. only uses the first environment in the sorted list. Set the `selector.mode` to `Multiple` to return all matched EnvironmentConfigs. -Use `mode: Single` to return a single environment, and error out if more than -Crossplane finds one match. +Use `mode: Single` to return a single environment, and error out if Crossplane finds more than one match. Sorting and the selection mode only applies to a single `Selector`. diff --git a/content/v2.1/composition/environment-configs.md b/content/v2.1/composition/environment-configs.md index 542c2d01b..000f93e66 100644 --- a/content/v2.1/composition/environment-configs.md +++ b/content/v2.1/composition/environment-configs.md @@ -221,8 +221,7 @@ Selecting environments by labels may return more than one environment. only uses the first environment in the sorted list. Set the `selector.mode` to `Multiple` to return all matched EnvironmentConfigs. -Use `mode: Single` to return a single environment, and error out if more than -Crossplane finds one match. +Use `mode: Single` to return a single environment, and error out if Crossplane finds more than one match. Sorting and the selection mode only applies to a single `Selector`. From 5950c43b3dbdcdc2838e52205a91d17d6abfd112 Mon Sep 17 00:00:00 2001 From: Muneeb Aijaz Date: Mon, 12 Jan 2026 21:32:18 +0500 Subject: [PATCH 2/3] update format Signed-off-by: Muneeb Aijaz --- content/master/composition/environment-configs.md | 3 ++- content/v2.0/composition/environment-configs.md | 3 ++- content/v2.1/composition/environment-configs.md | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/content/master/composition/environment-configs.md b/content/master/composition/environment-configs.md index 000f93e66..14b9b8c0f 100644 --- a/content/master/composition/environment-configs.md +++ b/content/master/composition/environment-configs.md @@ -221,7 +221,8 @@ Selecting environments by labels may return more than one environment. only uses the first environment in the sorted list. Set the `selector.mode` to `Multiple` to return all matched EnvironmentConfigs. -Use `mode: Single` to return a single environment, and error out if Crossplane finds more than one match. +Use `mode: Single` to return a single environment, and error out if Crossplane +finds more than one match. Sorting and the selection mode only applies to a single `Selector`. diff --git a/content/v2.0/composition/environment-configs.md b/content/v2.0/composition/environment-configs.md index 000f93e66..14b9b8c0f 100644 --- a/content/v2.0/composition/environment-configs.md +++ b/content/v2.0/composition/environment-configs.md @@ -221,7 +221,8 @@ Selecting environments by labels may return more than one environment. only uses the first environment in the sorted list. Set the `selector.mode` to `Multiple` to return all matched EnvironmentConfigs. -Use `mode: Single` to return a single environment, and error out if Crossplane finds more than one match. +Use `mode: Single` to return a single environment, and error out if Crossplane +finds more than one match. Sorting and the selection mode only applies to a single `Selector`. diff --git a/content/v2.1/composition/environment-configs.md b/content/v2.1/composition/environment-configs.md index 000f93e66..14b9b8c0f 100644 --- a/content/v2.1/composition/environment-configs.md +++ b/content/v2.1/composition/environment-configs.md @@ -221,7 +221,8 @@ Selecting environments by labels may return more than one environment. only uses the first environment in the sorted list. Set the `selector.mode` to `Multiple` to return all matched EnvironmentConfigs. -Use `mode: Single` to return a single environment, and error out if Crossplane finds more than one match. +Use `mode: Single` to return a single environment, and error out if Crossplane +finds more than one match. Sorting and the selection mode only applies to a single `Selector`. From 8bc9893d75311bf0a111d730c5ab35dcbd9efc89 Mon Sep 17 00:00:00 2001 From: Muneeb Aijaz Date: Tue, 13 Jan 2026 00:44:16 +0500 Subject: [PATCH 3/3] empty commit Signed-off-by: Muneeb Aijaz