Skip to content

Commit

Permalink
fix: use scrape result reference in masking doc
Browse files Browse the repository at this point in the history
  • Loading branch information
yashmehrotra committed Sep 11, 2024
1 parent 974254b commit e31c4ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mission-control/docs/config-db/concepts/transform.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ spec:
| Field | Description | Scheme |
| ---------- | ------------------------------------------- | ---------------------------------------------------------------------------------------- |
| `selector` | Filter which config items to apply masks on | <CommonLink to="cel">`CEL`</CommonLink> with [Config Item](/reference/config-db) context |
| `selector` | Filter which config items to apply masks on | <CommonLink to="cel">`CEL`</CommonLink> with [ScrapeResult](/reference/config-db/scrape-result) context |
| `jsonpath` | Values to mask | <CommonLink to="jsonpath">`JSONPath`</CommonLink> |
| `value` | The replacement value of matched elements | `md5` or any static string e.g. `***` |

Expand Down

0 comments on commit e31c4ea

Please sign in to comment.