Skip to content

Commit b29d929

Browse files
committed
Correct configuration table
Signed-off-by: Viet Nguyen Duc <[email protected]>
1 parent 3518167 commit b29d929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/selenium-grid/CONFIGURATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ A Helm chart for creating a Selenium Grid Server in Kubernetes
395395
| autoscaling.patchObjectFinalizers.serviceAccount | string | `""` | Define an external service account name contains permissions to patch KEDA scaled resources |
396396
| autoscaling.patchObjectFinalizers.imagePullSecret | string | `""` | Custom pull secret for container in patch job |
397397
| autoscaling.patchObjectFinalizers.resources | object | `{"limits":{"cpu":"200m","memory":"500Mi"},"requests":{"cpu":"100m","memory":"200Mi"}}` | Define resources for container in patch job |
398-
| autoscaling.patchObjectFinalizers.nodeSelector | object | `{}` | Node selector for patch job pods|
398+
| autoscaling.patchObjectFinalizers.nodeSelector | object | `{}` | Node selector for the patch job |
399399
| autoscaling.scaledOptions | object | `{"maxReplicaCount":24,"minReplicaCount":0,"pollingInterval":20}` | Options for KEDA scaled resources (keep only common options used for both ScaledJob and ScaledObject) |
400400
| autoscaling.scaledOptions.minReplicaCount | int | `0` | Minimum number of replicas |
401401
| autoscaling.scaledOptions.maxReplicaCount | int | `24` | Maximum number of replicas |

0 commit comments

Comments
 (0)