From b1228eed1a1f7751167c97d0d60ca7074d7ebd29 Mon Sep 17 00:00:00 2001 From: Erik Godding Boye Date: Sat, 5 Oct 2024 19:36:06 +0200 Subject: [PATCH] Try fix build Signed-off-by: Erik Godding Boye --- content/docs/trust/trust-manager/api-reference.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/docs/trust/trust-manager/api-reference.md b/content/docs/trust/trust-manager/api-reference.md index 382475788c..52ffad3ed8 100644 --- a/content/docs/trust/trust-manager/api-reference.md +++ b/content/docs/trust/trust-manager/api-reference.md @@ -237,7 +237,7 @@ when `Name` is set. matchLabels map[string]string - matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels + matchLabels is a map of in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.
@@ -366,7 +366,7 @@ when `Name` is set. matchLabels map[string]string - matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels + matchLabels is a map of in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.