From d24c3ea9587db56b30444d13e6d7417538034b71 Mon Sep 17 00:00:00 2001 From: Razz4780 Date: Tue, 5 Dec 2023 23:02:15 +0100 Subject: [PATCH] Schema update --- mirrord-schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mirrord-schema.json b/mirrord-schema.json index a9c9492c63c..7ae1d9227ab 100644 --- a/mirrord-schema.json +++ b/mirrord-schema.json @@ -407,7 +407,7 @@ "properties": { "scale_down": { "title": "feature.copy_target.scale_down {#feature-copy_target-scale_down}", - "description": "If this option is set and [`target`](#target) is a deployment, mirrord will scale it down to 0 for the time the copied pod is alive.", + "description": "If this option is set, mirrord will scale down the target deployment to 0 for the time the copied pod is alive.\n\nThis option is compatible only with deployment targets.", "type": [ "boolean", "null" @@ -484,7 +484,7 @@ "properties": { "copy_target": { "title": "feature.copy_target {#feature-copy_target}", - "description": "Creates a new copy of the target. mirrord will use this copy instead of the original target (e.g. intercept network traffic). This feature requires a [mirrord operator](https://mirrord.dev/docs/teams/introduction/).", + "description": "Creates a new copy of the target. mirrord will use this copy instead of the original target (e.g. intercept network traffic). This feature requires a [mirrord operator](https://mirrord.dev/docs/teams/introduction/).\n\nThis feature is not compatible with rollout targets and running without a target (`targetless` mode).", "anyOf": [ { "$ref": "#/definitions/CopyTargetFileConfig"