From ecf0cee91ce68fccfecf8567e785f3ed0b4528fc Mon Sep 17 00:00:00 2001 From: Daniel Vega-Myhre Date: Thu, 6 Jul 2023 17:33:11 +0000 Subject: [PATCH] update comment on feature flag --- pkg/features/kube_features.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/features/kube_features.go b/pkg/features/kube_features.go index c2190fd2193..171192eb34b 100644 --- a/pkg/features/kube_features.go +++ b/pkg/features/kube_features.go @@ -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