Skip to content

Commit

Permalink
Updated schema and configuration.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Razz4780 committed Jan 23, 2025
1 parent d195bb5 commit aeaa832
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion mirrord-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1752,7 +1752,7 @@
]
},
{
"description": "<!--${internal}--> [Rollout](https://argoproj.github.io/argo-rollouts/#how-does-it-work).",
"description": "<!--${internal}--> [Argo Rollout](https://argoproj.github.io/argo-rollouts/#how-does-it-work).",
"allOf": [
{
"$ref": "#/definitions/RolloutTarget"
Expand Down
10 changes: 5 additions & 5 deletions mirrord/config/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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:
Expand All @@ -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}

Expand Down

0 comments on commit aeaa832

Please sign in to comment.