http-add-on icon indicating copy to clipboard operation
http-add-on copied to clipboard

feat: allow skip scaled object creation with config

Open frankliu20 opened this issue 9 months ago • 8 comments

When integrate Keda-Http with other KEDA scalers, we want to manage ScaledObject by ourselves, and add http-scaler as one of the triggers. In this PR, we allow users to do such ScaledObject management. When flag SKIP_SCALED_OBJECT_CREATION is set to true, keda-http-operator will skip the ScaledObject creation.

Checklist

  • [x] Commits are signed with Developer Certificate of Origin (DCO)
  • [x] Changelog has been updated and is aligned with our changelog requirements
  • [x] Any necessary documentation is added, such as:

frankliu20 avatar Sep 22 '23 04:09 frankliu20