From a6d08a96315f30629b05863b70c3249c27721687 Mon Sep 17 00:00:00 2001 From: ollypom Date: Mon, 1 Jul 2019 14:05:37 +0000 Subject: [PATCH] Fixed formatting error on user workload defaults --- .../admin/configure/ucp-configuration-file.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/ee/ucp/admin/configure/ucp-configuration-file.md b/ee/ucp/admin/configure/ucp-configuration-file.md index 902ddcd868..fae03afcd6 100644 --- a/ee/ucp/admin/configure/ucp-configuration-file.md +++ b/ee/ucp/admin/configure/ucp-configuration-file.md @@ -158,7 +158,7 @@ Specifies whether the your UCP license is automatically renewed. Included when you need to set custom API headers. You can repeat this section multiple times to specify multiple separate headers. If you include custom headers, you must specify both `name` and `value`. -[[custom_api_server_headers]] +`[[custom_api_server_headers]]` | Item | Description | |:--------|:--------------------------------------------------------------------------------------| @@ -167,15 +167,17 @@ Included when you need to set custom API headers. You can repeat this section mu ### user_workload_defaults (optional) -`user_workload_defaults.swarm_defaults` - -A map describing default values to set on Swarm services at creation time if +A map describing default values to set on Swarm services at creation time if those fields are not explicitly set in the service spec. -| Parameter | Required | Description | -|:-----------------------------------------|:---------|:---------------------------------------------------------------------| -| `tasktemplate.restartpolicy.delay` | no | Delay between restart attempts (ns|us|ms|s|m|h).The default is `5s`. | -| `tasktemplate.restartpolicy.maxattempts` | no | Maximum number of restarts before giving up. The default is `3`. | +`[user_workload_defaults]` + + `[user_workload_defaults.swarm_defaults]` + +| Parameter | Required | Description | +|:-------------------------------------------|:---------|:---------------------------------------------------------------------------------------------------------| +| `[tasktemplate.restartpolicy.delay]` | no | Delay between restart attempts (ns|us|ms|s|m|h). The default is `value = "5s"`. | +| `[tasktemplate.restartpolicy.maxattempts]` | no | Maximum number of restarts before giving up. The default is `value = "3"`. | ### cluster_config table (required)