Skip to content

Commit

Permalink
chore: use kitchen sink example for playbook param
Browse files Browse the repository at this point in the history
  • Loading branch information
adityathebe committed Oct 2, 2024
1 parent 2a093c5 commit b2bc35b
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions mission-control/docs/reference/playbooks/parameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,21 +50,27 @@ When running the playbook on a `Deployment` named `mysql` the following will be
| `people` | Limits the value to people. | Dropdown | `string` | [`People`](#people) |
| `team` | Limits the value to teams. | Dropdown | `string` | - |
| `text` | Text input | Text Input | `string` | [`Text`](#text) |
| `millicores` | CPU resource | Text Input | `string` | - |
| `bytes` | Memory resource | Text Input | `string` | - |
| `millicores` | CPU resource | Number | `string` | - |
| `bytes` | Memory resource | Number | `string` | - |

```yaml title='params-sink.yaml' file=../../../modules/mission-control/fixtures/playbooks/params.yaml {20,24,27,32,39,46,51,56,61,72} showLineNumbers
```

### component

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


### config

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


### checks

| Field | Description | Schema |
Expand Down

0 comments on commit b2bc35b

Please sign in to comment.