Skip to content

Commit

Permalink
chore: fix playbook parameter resource selector docs
Browse files Browse the repository at this point in the history
  • Loading branch information
adityathebe authored and moshloop committed Oct 8, 2024
1 parent fb08476 commit 7e3c014
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mission-control/docs/reference/playbooks/parameters.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -97,19 +97,19 @@ When running the playbook on a `Deployment` named `mysql` the following is pre-p

| Field | Description | Schema |
| ---------- | -------------------------------------- | -------------------------------------------------- |
| `filter[]` | Limit the components to the given type | [`ResourceSelector`](/reference/resource-selector) |
| `filter[]` | Limit the components to these resources | [`ResourceSelector`](/reference/resource-selector) |

### config

| Field | Description | Schema |
| ------------- | ---------------------------------------- | -------------------------------------------------- |
| `filter.type` | Limit the config items to the given type | [`ResourceSelector`](/reference/resource-selector) |
| `filter[]` | Limit the config items to these resources | [`ResourceSelector`](/reference/resource-selector) |

### checks

| Field | Description | Schema |
| ------------- | ---------------------------------- | -------------------------------------------------- |
| `filter.type` | Limit the checks to the given type | [`ResourceSelector`](/reference/resource-selector) |
| `filter[]` | Limit the checks to these resources | [`ResourceSelector`](/reference/resource-selector) |

### code

Expand Down

0 comments on commit 7e3c014

Please sign in to comment.