Skip to content

Commit

Permalink
doc: Add missing validation (#1105)
Browse files Browse the repository at this point in the history
  • Loading branch information
JorTurFer authored Apr 13, 2023
1 parent 973c07d commit 6c7ed74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions content/docs/2.11/concepts/admission-webhooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ KEDA will block all incoming changes to `ScaledObject` that don't match these ru

- The scaled workload (`scaledobject.spec.scaleTargetRef`) is already autoscaled by another other sources (other ScaledObject or HPA).
- CPU and/or Memory trigger are used and the scaled workload doesn't have the requests defined. **This rule doesn't apply to all the workload types, only to `Deployment` and `StatefulSet`.**
- CPU and/or Memory trigger are **the only used triggers** and the ScaledObject defines `minReplicaCount:0`. **This rule doesn't apply to all the workload types, only to `Deployment` and `StatefulSet`.**

0 comments on commit 6c7ed74

Please sign in to comment.