[stable/drone] fix bad markdown table formatting (#10943)

* [stable/drone] fix bad markdown table formatting

Signed-off-by: Max Williams <max.williams@deliveryhero.com>

* apparently I need to bump the version regardless

Signed-off-by: Max Williams <max.williams@deliveryhero.com>
This commit is contained in:
Max Williams
2019-01-28 06:38:28 -08:00
committed by Kubernetes Prow Robot
parent a123429d3f
commit 46ed210a40
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
name: drone
home: https://drone.io/
icon: https://drone.io/apple-touch-icon.png
version: 2.0.0-rc.1
version: 2.0.0-rc.2
appVersion: 1.0.0-rc.4
description: Drone is a Continuous Delivery system built on container technology
keywords:
-1
View File
@@ -88,7 +88,6 @@ The following table lists the configurable parameters of the drone charts and th
| `server.kubernetes.enabled`        | whether to use kubernetes to run pipelines (if `false` will run agents instead)                                            | `true`         |
| `server.kubernetes.namespace`        | namespace in which to run pipelines, defaults to release namespace.                                            | ``         |
| `server.kubernetes.pipelineServiceAccount`        | if rbac is enabled, what should name of pipeline service account be?                                            | ``         |
| `server.annotations` | Drone **server** annotations | `{}` |
| `server.resources` | Drone **server** pod resource requests & limits | `{}` |
| `server.schedulerName` | Drone **server** alternate scheduler name | `nil` |