1
0
mirror of https://github.com/kubernetes-sigs/descheduler.git synced 2026-01-25 20:59:28 +01:00

fixed default value for common labels

This commit is contained in:
Julian Lawrence
2021-12-20 08:24:30 -08:00
parent 57a910f5d1
commit d0a95bee2f

View File

@@ -69,4 +69,4 @@ The following table lists the configurable parameters of the _descheduler_ chart
| `nodeSelector` | Node selectors to run the descheduler cronjob on specific nodes | `nil` |
| `tolerations` | tolerations to run the descheduler cronjob on specific nodes | `nil` |
| `suspend` | Set spec.suspend in descheduler cronjob | `false` |
| `commonLabels` | Labels to apply to all resources | `false` |
| `commonLabels` | Labels to apply to all resources | `{}` |