From 7b385ee6898372a79247cf27cb95f9033dc68b64 Mon Sep 17 00:00:00 2001 From: Mike Petersen Date: Tue, 29 Sep 2020 23:02:29 -0700 Subject: [PATCH] Added note about the configmap not being complete (#2837) --- docs/serving/tag-resolution.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/serving/tag-resolution.md b/docs/serving/tag-resolution.md index 3c8f02465..8db46c2e8 100644 --- a/docs/serving/tag-resolution.md +++ b/docs/serving/tag-resolution.md @@ -83,7 +83,7 @@ resolution via the `registriesSkippingTagResolving` configmap field: kubectl -n knative-serving edit configmap config-deployment ``` -E.g., to disable tag resolution for `registry.example.com`: +E.g., to disable tag resolution for `registry.example.com` (note: This is not a complete configmap, it is a snippet showing registriesSkippingTagResolving): ```yaml apiVersion: v1