Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/master/composition/environment-configs.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +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 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`.

Expand Down
4 changes: 2 additions & 2 deletions content/v2.0/composition/environment-configs.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +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 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`.

Expand Down
4 changes: 2 additions & 2 deletions content/v2.1/composition/environment-configs.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +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 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`.

Expand Down