Update chart docs and remove unused var

Signed-off-by: James Munnelly <james@munnelly.eu>
This commit is contained in:
James Munnelly 2019-02-28 14:59:22 +00:00
parent c6ec85ea54
commit d98458d0f0
2 changed files with 8 additions and 1 deletions

View File

@ -112,6 +112,14 @@ The following table lists the configurable parameters of the cert-manager chart
| `webhook.caSyncImage.repository` | CA sync image repository | `quay.io/munnerz/apiextensions-ca-helper` |
| `webhook.caSyncImage.tag` | CA sync image tag | `v0.1.0` |
| `webhook.caSyncImage.pullPolicy` | CA sync image pull policy | `IfNotPresent` |
| `cainjector.enabled` | Toggles whether the cainjector component should be installed (required for the webhook component to work) | `true` |
| `cainjector.replicaCount` | Number of cert-manager cainjector replicas | `1` |
| `cainjector.podAnnotations` | Annotations to add to the cainjector pods | `{}` |
| `cainjector.extraArgs` | Optional flags for cert-manager cainjector component | `[]` |
| `cainjector.resources` | CPU/memory resource requests/limits for the cainjector pods | |
| `cainjector.image.repository` | cainjector image repository | `quay.io/jetstack/cert-manager-cainjector` |
| `cainjector.image.tag` | cainjector image tag | `v0.7.0-alpha.0` |
| `cainjector.image.pullPolicy` | cainjector image pull policy | `IfNotPresent` |
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.

View File

@ -27,7 +27,6 @@ strategy: {}
image:
repository: quay.io/jetstack/cert-manager-controller
injectorRepository: quay.io/jetstack/cert-manager-cainjector
tag: v0.7.0-alpha.0
pullPolicy: IfNotPresent