Merge pull request #43 from puffitos/patch-1

clusterGroupSelector: corrected usage
This commit is contained in:
Tim Hardeck 2023-02-21 10:44:01 +01:00 committed by GitHub
commit 352781379f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 2 deletions

View File

@ -183,7 +183,10 @@ 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.