Skip to content

Commit 8cfd869

Browse files
yarn fmt
Signed-off-by: Mathieu Benoit <mathieu-benoit@hotmail.fr>
1 parent e1c2dd8 commit 8cfd869

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/en/docs/score implementation/score-compose/resources-provisioners.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ The following extra fields can be configured as required on each instance of thi
110110
| `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). |
111111
| `info_logs` | String, Go template | A Go template for informational messages for the user which may help connecting or testing the provisioned resource. |
112112
| `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. |
114114

115115
Each template has access to the [Sprig](http://masterminds.github.io/sprig/) functions library and executes with access to the following structure:
116116

content/en/docs/score implementation/score-k8s/resources-provisioners.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ The following extra fields can be configured as required on each instance of thi
107107
| `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. |
108108
| `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. |
109109
| `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. |
111111

112112
Each template has access to the [Sprig](http://masterminds.github.io/sprig/) functions library and executes with access to the following structure:
113113

0 commit comments

Comments
 (0)