You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/score implementation/score-compose/resources-provisioners.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,7 +110,7 @@ The following extra fields can be configured as required on each instance of thi
110
110
| `services` | String, Go template | A Go template for a valid set of named Compose [Services](https://github.com/compose-spec/compose-spec/blob/master/05-services.md). |
111
111
| `info_logs` | String, Go template | A Go template for informational messages for the user which may help connecting or testing the provisioned resource. |
112
112
| `supported_params` | List of String | A list of parameters that the provisioner expects to be passed in. |
113
-
| `expected_outputs` | List of String | A list of expected outputs that the provisioner should return. |
113
+
| `expected_outputs` | List of String | A list of expected outputs that the provisioner should return. |
114
114
115
115
Each template has access to the [Sprig](http://masterminds.github.io/sprig/) functions library and executes with access to the following structure:
Copy file name to clipboardExpand all lines: content/en/docs/score implementation/score-k8s/resources-provisioners.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -107,7 +107,7 @@ The following extra fields can be configured as required on each instance of thi
107
107
| `outputs` | String, Go template | A Go template for a valid YAML dictionary. The values here are the outputs of the resource that can be accessed through `${resources.*}` placeholder resolution. |
108
108
| `manifests` | String, Go template | A Go template for a valid YAML dictionary. Each path -> string\|null will create a relative file (string) or delete it (null) relative to the mounts directory. |
109
109
| `supported_params` | List of String | A list of parameters that the provisioner expects to be passed in. |
110
-
| `expected_outputs` | List of String | A list of expected outputs that the provisioner should return. |
110
+
| `expected_outputs` | List of String | A list of expected outputs that the provisioner should return. |
111
111
112
112
Each template has access to the [Sprig](http://masterminds.github.io/sprig/) functions library and executes with access to the following structure:
0 commit comments