Skip to content

Commit

Permalink
align examples after looking at the code
Browse files Browse the repository at this point in the history
Signed-off-by: Alon Gluz <alon.gluzman@frontegg.com>
  • Loading branch information
AlonGluz committed Jun 11, 2024
1 parent 59cf6c0 commit b2eaa5f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions content/docs/2.14/concepts/scaling-deployments.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ metadata:
name: {scaled-object-name}
annotations:
scaledobject.keda.sh/transfer-hpa-ownership: "true" # Optional. Use to transfer an existing HPA ownership to this ScaledObject
validations.keda.sh/hpa-ownership: "false" # Optional. Use to disable HPA ownership validation on this ScaledObject
validations.keda.sh/hpa-ownership: "false" # Optional. Use to disable HPA ownership validation on this ScaledObject
autoscaling.keda.sh/paused: "true" # Optional. Use to pause autoscaling of objects explicitly
spec:
scaleTargetRef:
Expand Down Expand Up @@ -420,7 +420,7 @@ You are allowed to disable admission webhooks validations with the following sni
```yaml
metadata:
annotations:
validations.keda.sh/hpa-ownership: "true"
validations.keda.sh/hpa-ownership: "false"
```

## Long-running executions
Expand Down
2 changes: 1 addition & 1 deletion content/docs/2.15/concepts/scaling-deployments.md
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ You are allowed to disable admission webhooks validations with the following sni
```yaml
metadata:
annotations:
validations.keda.sh/hpa-ownership: "true"
validations.keda.sh/hpa-ownership: "false"
```

## Long-running executions
Expand Down

0 comments on commit b2eaa5f

Please sign in to comment.