From ed28eaeccc9d8fccbb62ecb68b416aac7b1ad653 Mon Sep 17 00:00:00 2001 From: Sean Malloy Date: Thu, 30 Sep 2021 23:28:25 -0500 Subject: [PATCH] Document suspend helm chart configuration option --- charts/descheduler/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/charts/descheduler/README.md b/charts/descheduler/README.md index bf92b8cd7..69e80d7b5 100644 --- a/charts/descheduler/README.md +++ b/charts/descheduler/README.md @@ -67,4 +67,5 @@ The following table lists the configurable parameters of the _descheduler_ chart | `serviceAccount.create` | If `true`, create a service account for the cron job | `true` | | `serviceAccount.name` | The name of the service account to use, if not set and create is true a name is generated using the fullname template | `nil` | | `nodeSelector` | Node selectors to run the descheduler cronjob on specific nodes | `nil` | -| `tolerations` | tolerations to run the descheduler cronjob on specific nodes | `nil` | \ No newline at end of file +| `tolerations` | tolerations to run the descheduler cronjob on specific nodes | `nil` | +| `suspend` | Set spec.suspend in descheduler cronjob | `false` |