From a300e9c299f95723bfd68c25c9625abb3d9f51f5 Mon Sep 17 00:00:00 2001 From: odubajDT Date: Mon, 26 Feb 2024 13:29:27 +0100 Subject: [PATCH] fix html test Signed-off-by: odubajDT --- docs/docs/components/scheduling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/components/scheduling.md b/docs/docs/components/scheduling.md index e8d0905c7a..1ec74a0de0 100644 --- a/docs/docs/components/scheduling.md +++ b/docs/docs/components/scheduling.md @@ -99,7 +99,7 @@ the Pod is not bound to a node and it remains in a Pending state. > **Note** The blocking behavior can be changed by enabling the non-blocking deployment functionality by populating a -[KeptnConfig](../../reference/crd-reference/config.md) resource and +[KeptnConfig](../reference/crd-reference/config.md) resource and setting the `.spec.blockDeployment` parameter to `false`. More about the non-blocking deployment functionality can be found in the