Skip to content

Commit 6fd8bd0

Browse files
author
kartik494
committed
Modify correct name to matchImages
1 parent 38418fb commit 6fd8bd0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/en/docs/tasks/administer-cluster/kubelet-credential-provider.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ providers:
8383
#
8484
# A match exists between an image and a matchImage when all of the below are true:
8585
# - Both contain the same number of domain parts and each part matches.
86-
# - The URL path of an imageMatch must be a prefix of the target image URL path.
87-
# - If the imageMatch contains a port, then the port must match in the image as well.
86+
# - The URL path of an matchImages must be a prefix of the target image URL path.
87+
# - If the matchImages contains a port, then the port must match in the image as well.
8888
#
8989
# Example values of matchImages:
9090
# - 123456789.dkr.ecr.us-east-1.amazonaws.com
@@ -143,7 +143,7 @@ A match exists between an image name and a `matchImage` entry when all of the be
143143

144144
* Both contain the same number of domain parts and each part matches.
145145
* The URL path of match image must be a prefix of the target image URL path.
146-
* If the imageMatch contains a port, then the port must match in the image as well.
146+
* If the matchImages contains a port, then the port must match in the image as well.
147147

148148
Some example values of `matchImages` patterns are:
149149

0 commit comments

Comments
 (0)