From 282fa532c4e15ecb5e5da1d5bf4f7c39331a36a9 Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Sun, 29 Apr 2018 19:04:27 -0300 Subject: [PATCH] Update chart's README --- contrib/charts/cert-manager/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/contrib/charts/cert-manager/README.md b/contrib/charts/cert-manager/README.md index 9f010067b..01c5fa652 100644 --- a/contrib/charts/cert-manager/README.md +++ b/contrib/charts/cert-manager/README.md @@ -62,9 +62,9 @@ The following table lists the configurable parameters of the cert-manager chart | `leaderElection.Namespace` | Override the namespace used to store the ConfigMap for leader election | Same namespace as cert-manager pod | `certificateResourceShortNames` | Custom aliases for Certificate CRD | `["cert", "certs"]` | | `extraArgs` | Optional flags for cert-manager | `[]` | -| `rbac.create` | If `true`, create and use RBAC resources | `true` -| `serviceAccount.create` | If `true`, create a new service account | `true` -| `serviceAccount.name` | Service account to be used. If not set and `serviceAccount.create` is `true`, a name is generated using the fullname template | `` +| `rbac.create` | If `true`, create and use RBAC resources | `true` | +| `serviceAccount.create` | If `true`, create a new service account | `true` | +| `serviceAccount.name` | Service account to be used. If not set and `serviceAccount.create` is `true`, a name is generated using the fullname template | | | `resources` | CPU/memory resource requests/limits | `requests: {cpu: 10m, memory: 32Mi}` | | `nodeSelector` | Node labels for pod assignment | `{}` | | `affinity` | Node affinity for pod assignment | `{}` |