File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
content/en/docs/tasks/administer-cluster Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -83,8 +83,8 @@ providers:
83
83
#
84
84
# A match exists between an image and a matchImage when all of the below are true:
85
85
# - 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.
88
88
#
89
89
# Example values of matchImages:
90
90
# - 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
143
143
144
144
* Both contain the same number of domain parts and each part matches.
145
145
* 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.
147
147
148
148
Some example values of `matchImages` patterns are :
149
149
You can’t perform that action at this time.
0 commit comments