diff --git a/deploy/charts/cert-manager/README.md b/deploy/charts/cert-manager/README.md index 73eb9acb6..a860a562d 100644 --- a/deploy/charts/cert-manager/README.md +++ b/deploy/charts/cert-manager/README.md @@ -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`. diff --git a/deploy/charts/cert-manager/values.yaml b/deploy/charts/cert-manager/values.yaml index 72461e8a3..2dca1727b 100644 --- a/deploy/charts/cert-manager/values.yaml +++ b/deploy/charts/cert-manager/values.yaml @@ -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