Fix formatting in drone README (#5498)

* [incubator/drone] Fix formatting in README

There is a issue in README file, where the `server.envSecrets` variable miss the closing ` ` ` char

* [incubator/drone] Bump version as required from guideline
This commit is contained in:
Marco Vito Moscaritolo
2018-05-10 08:51:54 -07:00
committed by k8s-ci-robot
parent e11cb70205
commit 7f8237eb39
2 changed files with 2 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: 1.0.1
version: 1.0.2
appVersion: 0.8.4
description: Drone is a Continuous Delivery system built on container technology
keywords:
+1 -1
View File
@@ -51,7 +51,7 @@ The following table lists the configurable parameters of the drone charts and th
| `ingress.tls` | Ingress TLS configuration | `[]` |
| `server.host` | Drone **server** scheme and hostname | `(internal hostname)` |
| `server.env` | Drone **server** environment variables | `(default values)` |
| `server.envSecrets | Drone **server** secret environment variables | `(default values)` |
| `server.envSecrets`        | Drone **server** secret environment variables                                                 | `(default values)`         |
| `server.annotations` | Drone **server** annotations | `{}` |
| `server.resources` | Drone **server** pod resource requests & limits | `{}` |
| `server.schedulerName` | Drone **server** alternate scheduler name | `nil` |