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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -401,7 +401,7 @@ A Helm chart for creating a Selenium Grid Server in Kubernetes
401
401
| autoscaling.metricType | string |`""`| The type of metric that should be used (The default: AverageValue in KEDA) |
402
402
| autoscaling.annotations | object |`{"helm.sh/hook":"post-install,post-upgrade,post-rollback","helm.sh/hook-weight":"1"}`| Annotations for KEDA resources: ScaledObject and ScaledJob |
403
403
| autoscaling.patchObjectFinalizers.nameOverride | string |`nil`| Override the name of the patch job |
404
-
| 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 |
404
+
| autoscaling.patchObjectFinalizers.enabled | bool |`false`| 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 |
405
405
| autoscaling.patchObjectFinalizers.activeDeadlineSeconds | int |`600`| Deadline (in seconds) for patch job to complete |
406
406
| 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"}`| Annotations for patch job |
407
407
| autoscaling.patchObjectFinalizers.deleteObjectsScript | string |`""`| Define your custom script to replace the default script |
Copy file name to clipboardExpand all lines: charts/selenium-grid/values.yaml
+1-15Lines changed: 1 addition & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -1053,7 +1053,7 @@ autoscaling:
1053
1053
# -- Override the name of the patch job
1054
1054
nameOverride:
1055
1055
# -- 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
1056
-
enabled: true
1056
+
enabled: false
1057
1057
# -- Deadline (in seconds) for patch job to complete
0 commit comments