You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -85,7 +85,7 @@ The following table lists the configurable parameters of the cert-manager chart
85
85
|`global.leaderElection.retryPeriod`| The duration the clients should wait between attempting acquisition and renewal of a leadership ||
86
86
|`installCRDs`| If true, CRD resources will be installed as part of the Helm chart. If enabled, when uninstalling CRD resources will be deleted causing all installed custom resources to be DELETED |`false`|
|`replicaCount`| Number of cert-manager replicas |`1`|
91
91
|`clusterResourceNamespace`| Override the namespace used to store DNS provider credentials etc. for ClusterIssuer resources | Same namespace as cert-manager pod |
@@ -123,6 +123,7 @@ The following table lists the configurable parameters of the cert-manager chart
123
123
|`podDnsConfig`| Optional cert-manager pod [DNS configurations](https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/#pods-dns-config)||
124
124
|`podLabels`| Labels to add to the cert-manager pod |`{}`|
125
125
|`serviceLabels`| Labels to add to the cert-manager controller service |`{}`|
126
+
|`serviceAnnotations`| Annotations to add to the cert-manager service |`{}`|
126
127
|`http_proxy`| Value of the `HTTP_PROXY` environment variable in the cert-manager pod ||
127
128
|`https_proxy`| Value of the `HTTPS_PROXY` environment variable in the cert-manager pod ||
128
129
|`no_proxy`| Value of the `NO_PROXY` environment variable in the cert-manager pod ||
@@ -134,6 +135,7 @@ The following table lists the configurable parameters of the cert-manager chart
134
135
|`webhook.deploymentAnnotations`| Annotations to add to the webhook deployment |`{}`|
135
136
|`webhook.mutatingWebhookConfigurationAnnotations`| Annotations to add to the mutating webhook configuration |`{}`|
136
137
|`webhook.validatingWebhookConfigurationAnnotations`| Annotations to add to the validating webhook configuration |`{}`|
138
+
|`webhook.serviceAnnotations`| Annotations to add to the webhook service |`{}`|
137
139
|`webhook.extraArgs`| Optional flags for cert-manager webhook component |`[]`|
138
140
|`webhook.serviceAccount.create`| If `true`, create a new service account for the webhook component |`true`|
139
141
|`webhook.serviceAccount.name`| Service account for the webhook component to be used. If not set and `webhook.serviceAccount.create` is `true`, a name is generated using the fullname template ||
@@ -144,7 +146,7 @@ The following table lists the configurable parameters of the cert-manager chart
144
146
|`webhook.affinity`| Node affinity for webhook pod assignment |`{}`|
145
147
|`webhook.tolerations`| Node tolerations for webhook pod assignment |`[]`|
|`startupapicheck.serviceAccount.create`| If `true`, create a new service account for the startupapicheck component |`true`|
201
203
|`startupapicheck.serviceAccount.name`| Service account for the startupapicheck component to be used. If not set and `startupapicheck.serviceAccount.create` is `true`, a name is generated using the fullname template ||
0 commit comments