From 6423978f9813940ebfe63ffc95c9555fca48d728 Mon Sep 17 00:00:00 2001 From: bbalakriz <37283315+bbalakriz@users.noreply.github.com> Date: Wed, 4 Sep 2024 11:29:51 +0800 Subject: [PATCH] Fixing the YAML indentation for labels --- docs/odh-rhoai/model-serving-type-modification.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/odh-rhoai/model-serving-type-modification.md b/docs/odh-rhoai/model-serving-type-modification.md index af5878c6..1a55c52b 100644 --- a/docs/odh-rhoai/model-serving-type-modification.md +++ b/docs/odh-rhoai/model-serving-type-modification.md @@ -21,7 +21,7 @@ The behavior is controlled by a simple label in the **Namespace** definition of - When this label is set to `true`, so like this: ```yaml - labels: + labels: modelmesh-enabled: 'true' ``` @@ -32,7 +32,7 @@ The behavior is controlled by a simple label in the **Namespace** definition of - When this label is set to `false` (or whatever value other than true to be honest, you can try 😉), like this: ```yaml - labels: + labels: modelmesh-enabled: 'false' ```