Skip to content

Commit

Permalink
Try fix build
Browse files Browse the repository at this point in the history
Signed-off-by: Erik Godding Boye <[email protected]>
  • Loading branch information
erikgb committed Oct 5, 2024
1 parent 5ec8381 commit b1228ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/docs/trust/trust-manager/api-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ when `Name` is set.
<td><b>matchLabels</b></td>
<td>map[string]string</td>
<td>
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.
<br/>
Expand Down Expand Up @@ -366,7 +366,7 @@ when `Name` is set.
<td><b>matchLabels</b></td>
<td>map[string]string</td>
<td>
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.
<br/>
Expand Down

0 comments on commit b1228ee

Please sign in to comment.