diff --git a/docs/fdl.md b/docs/fdl.md index 04c517f8..d8836c44 100644 --- a/docs/fdl.md +++ b/docs/fdl.md @@ -73,7 +73,7 @@ storage_providers: | `name`
*string* | The name of the service | | `cluster_id`
*string* | Identifier for the current cluster, used to specify the cluster's StorageProvider in job delegations. OSCAR-CLI sets it using the ClusterID from the FDL. Optional. (default: "") | | `image`
*string* | Docker image for the service | -| `vo`
*string* | VO in which the user creating the service is enrolled. Optional (default: "") | +| `vo`
*string* | Virtual Organization (VO) in which the user creating the service is enrolled. Optional (default: "") | | `alpine`
*boolean* | Alpine parameter to set if image is based on Alpine. If `true` a custom release of faas-supervisor will be used. Optional (default: false) | | `script`
*string* | Local path to the user script to be executed in the service container | | `file_stage_in`
*bool* | Parameter to skip the download of the input files by the FaaS Supervisor (default: false) |