From 5aa023647d2a4fa3dc7371ef4896f56530f01cf8 Mon Sep 17 00:00:00 2001 From: Bruno Bressi <52347078+puffitos@users.noreply.github.com> Date: Tue, 31 Jan 2023 20:11:24 +0100 Subject: [PATCH] clusterGroupSelector: corrected usage The clusterGroupSelector is a typical label selector which can accept `matchLabels` and `matchExpressions` objects. The documentation has been fixed to showcase the correct usage. --- docs/gitrepo-structure.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/gitrepo-structure.md b/docs/gitrepo-structure.md index 1c3bba262..624548651 100644 --- a/docs/gitrepo-structure.md +++ b/docs/gitrepo-structure.md @@ -175,8 +175,11 @@ rolloutStrategy: # A cluster group name to include in this partition clusterGroup: agroup # Selector matching cluster group labels to include in this partition - clusterGroupSelector: agroup - + clusterGroupSelector: + clusterSelector: + matchLabels: + env: prod + # Target customization are used to determine how resources should be modified per target # Targets are evaluated in order and the first one to match a cluster is used for that cluster. targetCustomizations: