update comment on feature flag

This commit is contained in:
Daniel Vega-Myhre 2023-07-06 17:33:11 +00:00
parent 3a02ecb341
commit ecf0cee91c

View File

@ -610,7 +610,7 @@ const (
// kep: https://kep.k8s.io/4017
// beta: v1.28
//
// Set pod completion index as a pod label for Indexed Jobs and StatefulSets.
// Set pod completion index as a pod label for Indexed Jobs.
PodIndexLabel featuregate.Feature = "PodIndexLabel"
// owner: @ddebroy