File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -137,14 +137,14 @@ func main() {
137137 if err := mgr .GetFieldIndexer ().IndexField (
138138 context .Background (),
139139 & corev1.Pod {},
140- fmt .Sprintf ("%s/%s" , common .OpenFeatureAnnotationPath , common .AllowKubernetesSyncAnnotation ),
140+ fmt .Sprintf ("%s/%s" , common .PodOpenFeatureAnnotationPath , common .AllowKubernetesSyncAnnotation ),
141141 webhooks .OpenFeatureEnabledAnnotationIndex ,
142142 ); err != nil {
143143 setupLog .Error (
144144 err ,
145145 "unable to create indexer" ,
146146 "webhook" ,
147- fmt .Sprintf ("%s/%s" , common .OpenFeatureAnnotationPath , common .AllowKubernetesSyncAnnotation ),
147+ fmt .Sprintf ("%s/%s" , common .PodOpenFeatureAnnotationPath , common .AllowKubernetesSyncAnnotation ),
148148 )
149149 os .Exit (1 )
150150 }
You can’t perform that action at this time.
0 commit comments