Skip to content

Commit

Permalink
fix(controller): add missing namespace index from workflow informer (a…
Browse files Browse the repository at this point in the history
…rgoproj#12666)

Signed-off-by: Ryan Currah <[email protected]>
  • Loading branch information
ryancurrah authored and isubasinghe committed Feb 20, 2024
1 parent a7e0601 commit 66fab1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions workflow/controller/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ var indexers = cache.Indexers{
indexes.WorkflowPhaseIndex: indexes.MetaWorkflowPhaseIndexFunc(),
indexes.ConditionsIndex: indexes.ConditionsIndexFunc,
indexes.UIDIndex: indexes.MetaUIDFunc,
cache.NamespaceIndex: cache.MetaNamespaceIndexFunc,
}

// Run starts an Workflow resource controller
Expand Down

0 comments on commit 66fab1e

Please sign in to comment.