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
| autoscaling.enableWithExistingKEDA | bool |`false`| Enable autoscaling without automatically installing KEDA |
390
390
| autoscaling.scalingType | string |`"job"`| Which type of KEDA scaling to use: job or deployment |
391
-
| autoscaling.authenticationRef | object |`{"annotations":{"helm.sh/hook":"post-install,post-upgrade,post-rollback","helm.sh/hook-weight":"0"},"name":""}`| Specify an external KEDA TriggerAuthentication resource is used for scaler triggers config. Apply for all browser nodes |
391
+
| autoscaling.authenticationRef | object |`{"annotations":{"helm.sh/hook":"post-upgrade","helm.sh/hook-delete-policy":"before-hook-creation","helm.sh/hook-weight":"0"},"name":""}`| Specify an external KEDA TriggerAuthentication resource is used for scaler triggers config. Apply for all browser nodes |
392
392
| autoscaling.useCachedMetrics | bool |`false`| Enables caching of metric values during polling interval (as specified in .spec.pollingInterval, the default: false in KEDA). |
393
393
| autoscaling.metricType | string |`""`| The type of metric that should be used (The default: AverageValue in KEDA) |
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 |
394
+
| autoscaling.annotations | object |`{"helm.sh/hook":"post-install,post-upgrade","helm.sh/hook-delete-policy":"before-hook-creation","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 |
# Ensure the weight should be higher than TriggerAuthentication hook
1028
1030
"helm.sh/hook-weight": "1"
1029
1031
patchObjectFinalizers:
@@ -1032,15 +1034,15 @@ autoscaling:
1032
1034
# -- 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
1035
enabled: true
1034
1036
# -- Deadline (in seconds) for patch job to complete
0 commit comments