You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/selenium-grid/CONFIGURATION.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -394,9 +394,10 @@ A Helm chart for creating a Selenium Grid Server in Kubernetes
394
394
| autoscaling.annotations | object |`{"helm.sh/hook":"post-install,post-upgrade,post-rollback","helm.sh/hook-weight":"1"}`| Annotations for KEDA resources: ScaledObject and ScaledJob |
395
395
| autoscaling.patchObjectFinalizers.nameOverride | string |`nil`| Override the name of the patch job |
396
396
| autoscaling.patchObjectFinalizers.enabled | bool |`true`| Enable patching finalizers for KEDA scaled resources. Workaround for Hook post-upgrade selenium-grid/templates/x-node-hpa.yaml failed: object is being deleted: scaledobjects.keda.sh "x" already exists |
397
-
| autoscaling.patchObjectFinalizers.activeDeadlineSeconds | int |`120`| Deadline (in seconds) for patch job to complete |
398
-
| autoscaling.patchObjectFinalizers.annotations | object |`{"helm.sh/hook":"post-install,post-upgrade,post-rollback,pre-delete","helm.sh/hook-delete-policy":"hook-succeeded,before-hook-creation","helm.sh/hook-weight":"-1"}`| Annotations for patch job |
399
-
| autoscaling.patchObjectFinalizers.cleanUpScript | string |`""`| Define your custom script to replace the default script |
397
+
| autoscaling.patchObjectFinalizers.activeDeadlineSeconds | int |`300`| Deadline (in seconds) for patch job to complete |
398
+
| autoscaling.patchObjectFinalizers.annotations | object |`{"helm.sh/hook":"pre-delete","helm.sh/hook-delete-policy":"hook-succeeded,before-hook-creation"}`| Annotations for patch job |
399
+
| autoscaling.patchObjectFinalizers.deleteObjectsScript | string |`""`| Define your custom script to replace the default script |
400
+
| autoscaling.patchObjectFinalizers.patchFinalizersScript | string |`""`| Define your custom script to replace the default script |
400
401
| autoscaling.patchObjectFinalizers.defaultMode | int |`493`| Default mode for ConfigMap is mounted as file |
401
402
| autoscaling.patchObjectFinalizers.serviceAccount | string |`""`| Define an external service account name contains permissions to patch KEDA scaled resources |
402
403
| autoscaling.patchObjectFinalizers.imagePullSecret | string |`""`| Custom pull secret for container in patch job |
Copy file name to clipboardExpand all lines: charts/selenium-grid/values.yaml
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1032,15 +1032,15 @@ autoscaling:
1032
1032
# -- Enable patching finalizers for KEDA scaled resources. Workaround for Hook post-upgrade selenium-grid/templates/x-node-hpa.yaml failed: object is being deleted: scaledobjects.keda.sh "x" already exists
1033
1033
enabled: true
1034
1034
# -- Deadline (in seconds) for patch job to complete
0 commit comments