From aeaa83214245c58461918443eaa7030c1f61e16e Mon Sep 17 00:00:00 2001 From: Razz4780 Date: Thu, 23 Jan 2025 15:46:52 +0100 Subject: [PATCH] Updated schema and configuration.md --- mirrord-schema.json | 2 +- mirrord/config/configuration.md | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/mirrord-schema.json b/mirrord-schema.json index d5070104919..dee629fe493 100644 --- a/mirrord-schema.json +++ b/mirrord-schema.json @@ -1752,7 +1752,7 @@ ] }, { - "description": " [Rollout](https://argoproj.github.io/argo-rollouts/#how-does-it-work).", + "description": " [Argo Rollout](https://argoproj.github.io/argo-rollouts/#how-does-it-work).", "allOf": [ { "$ref": "#/definitions/RolloutTarget" diff --git a/mirrord/config/configuration.md b/mirrord/config/configuration.md index 9bf837026e5..e8f3f43c437 100644 --- a/mirrord/config/configuration.md +++ b/mirrord/config/configuration.md @@ -1587,8 +1587,8 @@ Shortened setup: } ``` -Setup above will result in a session targeting the `bear-pod` Kubernetes pod -in the user's default namespace. Target container will be chosen by mirrord. +The setup above will result in a session targeting the `bear-pod` Kubernetes pod +in the user's default namespace. A target container will be chosen by mirrord. Shortened setup with target container: @@ -1598,7 +1598,7 @@ Shortened setup with target container: } ``` -Setup above will result in a session targeting the `bear-pod-container` container +The setup above will result in a session targeting the `bear-pod-container` container in the `bear-pod` Kubernetes pod in the user's default namespace. Complete setup: @@ -1615,14 +1615,14 @@ Complete setup: } ``` -Setup above will result in a session targeting the `bear-pod-container` container +The setup above will result in a session targeting the `bear-pod-container` container in the `bear-pod` Kubernetes pod in the `bear-pod-namespace` namespace. ### target.namespace {#target-namespace} Namespace where the target lives. -Defaults to Kubernetes user's default namespace (defined in Kubernetes context). +Defaults to the Kubernetes user's default namespace (defined in Kubernetes context). ### target.path {#target-path}