Fix gate status for StrictCostEnforcementForWebhooks in v1.32
The feature gate `StrictCostEnforcementForWebhooks` is now stable in v1.32.pull/49348/head
parent
d506ce027f
commit
b1c841209c
|
@ -10,6 +10,10 @@ stages:
|
|||
- stage: beta
|
||||
defaultValue: false
|
||||
fromVersion: "1.31"
|
||||
toVersion: "1.31"
|
||||
- stage: stable
|
||||
defaultValue: true
|
||||
fromVersion: "1.32"
|
||||
---
|
||||
Apply strict CEL cost validation for `matchConditions` within
|
||||
admission webhooks.
|
||||
|
|
Loading…
Reference in New Issue