From 811d9583b885936c670c59262303dbf1c4f0bf0f Mon Sep 17 00:00:00 2001 From: cezhang Date: Fri, 8 Sep 2023 09:58:22 +0800 Subject: [PATCH] docs: fix typo (#103) Signed-off-by: cezhang --- config/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/README.md b/config/README.md index 6edeb5cc..1c0cf76c 100644 --- a/config/README.md +++ b/config/README.md @@ -8,7 +8,7 @@ The `examples` directory contains example Kustomization overlays to demonstrate - `custom-example` is an example of an overlay to deploy model-mesh with a custom model-serving runtime image - `custom-example-uds` extends `custom-example` to use a unix domain socket for intra-pod communication -- `type-constraints-example` is an example of a heterogeneous model-mesh deployment comprising two kubernetes Deployments with a single Service. It employs type constraints to control assignments of models to pod subsets based on laebels. +- `type-constraints-example` is an example of a heterogeneous model-mesh deployment comprising two kubernetes Deployments with a single Service. It employs type constraints to control assignments of models to pod subsets based on labels. The following patches are provided in `base/patches` and can be selectively included/modified in your custom overlay: