From 677c6a60ce42068794cec48bc942376a1655898d Mon Sep 17 00:00:00 2001 From: felipewnp <34146218+felipewnp@users.noreply.github.com> Date: Fri, 6 Dec 2024 12:49:43 -0300 Subject: [PATCH] docs: Removing deschedulerPolicy.strategies since it does not exist Since the parameter strategies don't exist anywhere in the code or docs, I'm removing it from the chart readme as a possible option. It just makes things more confusing. --- charts/descheduler/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/charts/descheduler/README.md b/charts/descheduler/README.md index 678cc7df8..5c560089e 100644 --- a/charts/descheduler/README.md +++ b/charts/descheduler/README.md @@ -64,7 +64,6 @@ The following table lists the configurable parameters of the _descheduler_ chart | `replicas` | The replica count for Deployment | `1` | | `leaderElection` | The options for high availability when running replicated components | _see values.yaml_ | | `cmdOptions` | The options to pass to the _descheduler_ command | _see values.yaml_ | -| `deschedulerPolicy.strategies` | The _descheduler_ strategies to apply | _see values.yaml_ | | `priorityClassName` | The name of the priority class to add to pods | `system-cluster-critical` | | `rbac.create` | If `true`, create & use RBAC resources | `true` | | `resources` | Descheduler container CPU and memory requests/limits | _see values.yaml_ |