From 63e181033e9da71b18a2635f5366c7c29b2d110a Mon Sep 17 00:00:00 2001 From: Sam Clinckspoor Date: Fri, 10 Jul 2020 14:24:21 +0200 Subject: [PATCH] Add defaultIssuergroup option to chart docs Signed-off-by: Sam Clinckspoor --- deploy/charts/cert-manager/README.template.md | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy/charts/cert-manager/README.template.md b/deploy/charts/cert-manager/README.template.md index 724ef06d7..61872c24f 100644 --- a/deploy/charts/cert-manager/README.template.md +++ b/deploy/charts/cert-manager/README.template.md @@ -114,6 +114,7 @@ The following table lists the configurable parameters of the cert-manager chart | `tolerations` | Node tolerations for pod assignment | `[]` | | `ingressShim.defaultIssuerName` | Optional default issuer to use for ingress resources | | | `ingressShim.defaultIssuerKind` | Optional default issuer kind to use for ingress resources | | +| `ingressShim.defaultIssuerGroup` | Optional default issuer group to use for ingress resources | | | `prometheus.enabled` | Enable Prometheus monitoring | `true` | | `prometheus.servicemonitor.enabled` | Enable Prometheus Operator ServiceMonitor monitoring | `false` | | `prometheus.servicemonitor.namespace` | Define namespace where to deploy the ServiceMonitor resource | (namespace where you are deploying) |