Skip to content

Commit

Permalink
mirrord-schema updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Razz4780 committed Nov 6, 2023
1 parent 10a8d3b commit 9be2182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mirrord-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@
]
},
"CopyTargetFileConfig": {
"description": "Allows the user to target a pod created dynamically from the orignal [`target`](#target). The new pod inherits most of the original target's specification, e.g. labels.\n\n```json { \"feature\": { \"copy_target\": { \"scale_down\": true } } } ```",
"description": "Allows the user to target a pod created dynamically from the orignal [`target`](#target). The new pod inherits most of the original target's specification, e.g. labels.\n\n```json { \"feature\": { \"copy_target\": { \"scale_down\": true } } } ```\n\n```json { \"feature\": { \"copy_target\": true } } ```",
"anyOf": [
{
"type": "boolean"
Expand Down

0 comments on commit 9be2182

Please sign in to comment.