The documentation states the following regarding the scaledjob's scalingStrategy:
Select a Scaling Strategy. Possible values are default, custom, accurate, or eager. The default value is default.
However, the CRD doesn't allow to explicitly set it to default:
|
strategy: |
|
enum: |
|
- custom |
|
- accurate |
|
- eager |
This additional check was introduced in version 2.20.0.
The documentation states the following regarding the scaledjob's
scalingStrategy:However, the CRD doesn't allow to explicitly set it to
default:charts/keda/templates/crds/crd-scaledjobs.yaml
Lines 9066 to 9070 in 355e50d
This additional check was introduced in version 2.20.0.