Update HPA Configurable Tolerance e2e test feature

This should be "HPA"
This commit is contained in:
Adrian Moisey
2026-02-17 20:11:13 +02:00
parent e7e9eebc02
commit 3014499d20

View File

@@ -499,7 +499,7 @@ var _ = SIGDescribe(feature.HPA, "Horizontal pod autoscaling (non-default behavi
})
})
var _ = SIGDescribe(feature.HPAConfigurableTolerance, framework.WithFeatureGate(features.HPAConfigurableTolerance),
var _ = SIGDescribe(feature.HPA, framework.WithFeatureGate(features.HPAConfigurableTolerance),
"Horizontal pod autoscaling (configurable tolerance)", func() {
f := framework.NewDefaultFramework("horizontal-pod-autoscaling")
f.NamespacePodSecurityLevel = admissionapi.LevelPrivileged