From bd8045b64874eb8aaccfe4aef639a0d375b6e428 Mon Sep 17 00:00:00 2001 From: Jeong Jinwoo Date: Wed, 13 Sep 2023 12:58:02 +0900 Subject: [PATCH] docs(api/replacements): fix heavy check mark issue --- .../en/docs/Reference/API/replacements.md | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/site/content/en/docs/Reference/API/replacements.md b/site/content/en/docs/Reference/API/replacements.md index bd748d2fa..bd51f2fcf 100644 --- a/site/content/en/docs/Reference/API/replacements.md +++ b/site/content/en/docs/Reference/API/replacements.md @@ -87,22 +87,22 @@ replacements: ### Field Descriptions | Field | Required| Description | Default | -| -----------: | :----:| ----------- | ---- | -| `source`| :heavy_check_mark: | The source of the value | -| `target`|:heavy_check_mark: | The N fields to write the value to | +| -----------: | :----: | ----------- | ---- | +| `source`| ✔️ | The source of the value | +| `target`| ✔️ | The N fields to write the value to | | `group` | | The group of the referent | | `version`| | The version of the referent -|`kind` | |The kind of the referent -|`name` | |The name of the referent -|`namespace`| |The namespace of the referent -|`select` |:heavy_check_mark: |Include objects that match this +|`kind` | | The kind of the referent +|`name` | | The name of the referent +|`namespace`| | The namespace of the referent +|`select` | ✔️ |Include objects that match this |`reject`| |Exclude objects that match this -|`fieldPath`| |The structured path to the source value | `metadata.name` -|`fieldPaths`| |The structured path(s) to the target nodes | `metadata.name` -|`options`| |Options used to refine interpretation of the field -|`delimiter`| |Used to split/join the field -|`index`| |Which position in the split to consider | `0` -|`create`| |If target field is missing, add it | `false` +|`fieldPath`| | The structured path to the source value | `metadata.name` +|`fieldPaths`| | The structured path(s) to the target nodes | `metadata.name` +|`options`| | Options used to refine interpretation of the field +|`delimiter`| | Used to split/join the field +|`index`| | Which position in the split to consider | `0` +|`create`| | If target field is missing, add it | `false` #### Source The source field is a selector that determines the source of the value by finding a