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
@@ -86,7 +86,7 @@ The following table lists the configurable parameters of the cert-manager chart
86
86
|`global.leaderElection.retryPeriod`| The duration the clients should wait between attempting acquisition and renewal of a leadership ||
87
87
|`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`|
92
92
|`clusterResourceNamespace`| Override the namespace used to store DNS provider credentials etc. for ClusterIssuer resources | Same namespace as cert-manager pod |
@@ -153,7 +153,7 @@ The following table lists the configurable parameters of the cert-manager chart
153
153
|`webhook.tolerations`| Node tolerations for webhook pod assignment |`[]`|
154
154
|`webhook.topologySpreadConstraints`| Topology spread constraints for webhook pod assignment |`[]`|
|`cainjector.securityContext`| Security context for cainjector pod assignment | refer to [Default Security Contexts](#default-security-contexts)|
194
194
|`cainjector.containerSecurityContext`| Security context to be set on cainjector component container | refer to [Default Security Contexts](#default-security-contexts)|
|`startupapicheck.enabled`| Toggles whether the startupapicheck Job should be installed |`true`|
199
199
|`startupapicheck.securityContext`| Security context for startupapicheck pod assignment | refer to [Default Security Contexts](#default-security-contexts)|
@@ -209,7 +209,7 @@ The following table lists the configurable parameters of the cert-manager chart
209
209
|`startupapicheck.tolerations`| Node tolerations for startupapicheck pod assignment |`[]`|
210
210
|`startupapicheck.podLabels`| Optional additional labels to add to the startupapicheck Pods |`{}`|
|`startupapicheck.serviceAccount.create`| If `true`, create a new service account for the startupapicheck component |`true`|
215
215
|`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