mirror of https://github.com/knative/docs.git
Added note about the configmap not being complete (#2837)
This commit is contained in:
parent
d91a14d0fc
commit
7b385ee689
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue