From 7e3c01448721e3ae8ec83a4e7f7ae1058bc840dd Mon Sep 17 00:00:00 2001 From: Aditya Thebe Date: Mon, 7 Oct 2024 15:07:56 +0545 Subject: [PATCH] chore: fix playbook parameter resource selector docs --- mission-control/docs/reference/playbooks/parameters.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mission-control/docs/reference/playbooks/parameters.mdx b/mission-control/docs/reference/playbooks/parameters.mdx index fe8513f..91153a9 100644 --- a/mission-control/docs/reference/playbooks/parameters.mdx +++ b/mission-control/docs/reference/playbooks/parameters.mdx @@ -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