Skip to content

Commit

Permalink
remove outdated text
Browse files Browse the repository at this point in the history
Signed-off-by: Jeeva Kandasamy <[email protected]>
  • Loading branch information
jkandasa authored and tekton-robot committed Jan 22, 2024
1 parent 8112cf2 commit 6fa5b76
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/reconciler/kubernetes/tektonpipeline/transform.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,6 @@ func updatePerformanceFlagsInDeployment(pipelineCR *v1alpha1.TektonPipeline) mf.

// include config-leader-election data into deployment pod label
// so that pods will be recreated, if there is a change in "buckets"
// NOTE: when writing this code replicas can not be handled from installersets,
// user needs to scale the deployment manually
leaderElectionConfigMapData := map[string]interface{}{}
if err = common.StructToMap(&performanceSpec.PipelinePerformanceLeaderElectionConfig, &leaderElectionConfigMapData); err != nil {
return err
Expand Down

0 comments on commit 6fa5b76

Please sign in to comment.