Strimzi Drain Cleaner Helm chart configuration reference
A reference listing configurable properties of the Strimzi Drain Cleaner Helm chart.
Configure these properties during installation in your helm install command,
or update them after installation using helm upgrade. Use --set
options to specify properties. For example:
helm upgrade strimzi-drain-cleaner \
--namespace strimzi-drain-cleaner \
--set webhook.failurePolicy=Fail \
oci://container.repository.cloudera.com/cloudera-helm/csm-operator/strimzi-drain-cleaner \
--reuse-values
| Parameter | Description | Default |
|---|---|---|
replicaCount |
Number of replicas of the Drain Cleaner webhook | 2 |
image.registry |
Override default Drain Cleaner image registry | container.repository.cloudera.com |
image.repository |
Override default Drain Cleaner image repository | cloudera |
image.name |
Drain Cleaner image name | drain-cleaner |
image.tag |
Override default Drain Cleaner image tag | 1.6.0 |
image.imagePullPolicy |
Image pull policy for all pods deployed by Drain Cleaner | nil |
image.imagePullSecrets |
List of Docker registry pull secrets | [] |
resources |
Configures resources for the Drain Cleaner Pod | [] |
tolerations |
Add tolerations to Drain Cleaner Pod | [] |
affinity |
Add affinities to Drain Cleaner Pod | {} |
nodeSelector |
Add a node selector to Drain Cleaner Pod | {} |
deploymentStrategy |
Adjust the Kubernetes rollout strategy of the Drain Cleaner Deployment | {} |
webhook.faillurePolicy |
Override default validating webhook failurePolicy | Ignore |
webhook.labels |
Additional labels of the ValidatingWebhookConfiguration | {} |
webhook.annotations |
Additional annotations of the ValidatingWebhookConfiguration | {} |
webhook.timeoutSeconds |
Override default validating webhook timeoutSeconds | 5 |
securityContext |
Set the security context for the Drain Cleaner container | {} |
podSecurityContext |
Set the pod security context for the Drain Cleaner pod | {} |
certManager.create |
Enables or disables the creation of cert-manager resources (Issuer and Certificate) used to secure the Drain Cleaner webhook. | true |
certManager.duration |
Configures the duration of the cert-manager certificate requested by the Helm Chart.
Value must be in units accepted by Go time.ParseDuration, e.g.
2160h. |
NULL |
certManager.renewBefore |
Configures the renewal period of the cert-manager certificate requested by the Helm
Chart. Value must be in units accepted by Go
time.ParseDuration, e.g. 2160h. |
NULL |
