Skip to content

Commit 63437c5

Browse files
committed
WiP
1 parent d18c4ad commit 63437c5

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

docs/user/03-60-pass-parameters.md

+4-6
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,15 @@ To set input parameters, go to the `spec` of the ServiceInstance or ServiceBindi
88

99
* **parameters**: Specifies a set of properties sent to the service broker.
1010
The specified data is passed to the service broker without any modifications - aside from converting it to the JSON format for transmission to the broker if the `spec` field is specified as a YAML file.
11-
All valid YAML or JSON constructs are supported.
12-
13-
> [!NOTE]
14-
> Only one **parameter** field per `spec` can be specified.
11+
All valid YAML or JSON constructs are supported. You can specify only one **parameter** field per `spec`.
1512

1613
* **parametersFrom**: Specifies which Secret, together with the key in it, to include in the set of parameters sent to the service broker.
1714
The key contains a `string` that represents a JSON file. The **parametersFrom** field is a list that supports multiple sources referenced per `spec`.
1815
The ServiceInstance resource can specify multiple related Secrets.
1916

20-
* **watchParametersFromChanges**: If set to `true`, any changes to the Secret values listed in **parametersFrom** trigger an automatic update of the ServiceInstance resource.
21-
By default, the field is set to `false` and must not be used if **parametersFrom** is empty.
17+
* **watchParametersFromChanges**: Use this field together with **parametersFrom**.
18+
If set to `true`, any changes to the Secret values listed in **parametersFrom** trigger an automatic update of the ServiceInstance resource.
19+
By default, the field is set to `false`.
2220

2321
If you specified multiple sources in the **parameters** and **parametersFrom** fields, the final payload merges all of them at the top level.
2422

docs/user/resources/02-20-service-instance-cr.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The following table lists the parameters of the given resource with their descri
3939
| **externalName** | string | The name for the service instance in SAP BTP; if not specified, defaults to the instance **metadata.name**. |
4040
| **parameters** | []object | Some services support the provisioning of additional configuration parameters during the instance creation.<br/>For the list of supported parameters, check the documentation of the particular service offering. |
4141
| **parametersFrom** | []object | List of sources from which parameters are populated. |
42-
| **watchParametersFromChanges** | bool | Must not be used it the **parameterFrom** field is empty. Defaults to `false`.<br>If set to `true`, any changes to the Secret values listed in **parametersFrom** trigger an automatic update of the ServiceInstance resource. |
42+
| **watchParametersFromChanges** | bool | Defaults to `false`.<br>If set to `true`, any changes to the Secret values listed in **parametersFrom** trigger an automatic update of the ServiceInstance resource. Use this field together with **parameterFrom**. |
4343
| **customTags** | []string | List of custom tags describing the service instance; copied to the ServiceBinding Secret in the key called **tags**. |
4444
| **userInfo** | object | The user that last modified this service instance. |
4545
| **shared** | *bool | The shared state. Possible values: `true`, `false`, or none.<br> If not specified, the value defaults to `false`. |

0 commit comments

Comments
 (0)