mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
committed by
Kubernetes Prow Robot
parent
a123429d3f
commit
46ed210a40
@@ -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:
|
||||
|
||||
@@ -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` |
|
||||
|
||||
Reference in New Issue
Block a user