Merge pull request #114220 from Iceber/update_feature_gate_phase_version

fix the alpha phase version of LegacyServiceAccountTokenTracking
This commit is contained in:
Kubernetes Prow Robot 2022-12-10 07:54:37 -08:00 committed by GitHub
commit caf49b6d86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -534,7 +534,7 @@ const (
// owner: @zshihang
// kep: http://kep.k8s.io/2800
// alpha: v1.25
// alpha: v1.26
//
// Enables tracking of secret-based service account tokens usage.
LegacyServiceAccountTokenTracking featuregate.Feature = "LegacyServiceAccountTokenTracking"