diff --git a/content/docs/2.14/concepts/scaling-deployments.md b/content/docs/2.14/concepts/scaling-deployments.md index 298b23f4c..1d8c4fa74 100644 --- a/content/docs/2.14/concepts/scaling-deployments.md +++ b/content/docs/2.14/concepts/scaling-deployments.md @@ -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: @@ -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 diff --git a/content/docs/2.15/concepts/scaling-deployments.md b/content/docs/2.15/concepts/scaling-deployments.md index 47714fce0..1d8c4fa74 100644 --- a/content/docs/2.15/concepts/scaling-deployments.md +++ b/content/docs/2.15/concepts/scaling-deployments.md @@ -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