Skip to content

Commit a9e1a38

Browse files
committed
Clarify configuration field description in pipeline descriptor documentation
1 parent 6f3be86 commit a9e1a38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/yaml-reference/pipeline-descriptor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ deployments:
120120
| [`network`](#network-fields) | No | object | See Network Fields | Defines the network settings for the deployment. Ignored for `Job`. |
121121
| [`state`](#state-fields) | No | object | See State Fields | Persistent volume claim definition for stateful services. |
122122
| [`variables`](#variable-fields) | No | object[] | See Variable Fields | Declarative runtime/config variables and topic bindings. |
123-
| `configuration` | No | object | Arbitrary key/value pairs | A flexible key-value configuration section for managed deployments. |
123+
| `configuration` | No | object | `key: value`, `key: [value1, value2, value3]` | A flexible key-value configuration section for managed deployments. Can be single value or array. |
124124
| [`plugin`](#plugin-fields) | No | object | See Plugin Fields | Configuration for deployment plugins that provide enhanced UI capabilities. |
125125
| `disabled` | No | boolean | `true` / `false` | Set to `true` to prevent the deployment from being started while keeping its configuration intact for future updates or removal. |
126126

0 commit comments

Comments
 (0)