Skip to content

Commit

Permalink
Update controllers/rack.go
Browse files Browse the repository at this point in the history
Co-authored-by: Abhisek Dwivedi <[email protected]>
  • Loading branch information
sud82 and abhishekdwivedi3060 authored May 14, 2024
1 parent 49e7ad5 commit 02d3945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/rack.go
Original file line number Diff line number Diff line change
Expand Up @@ -1797,7 +1797,7 @@ func (r *SingleClusterReconciler) getPodsWithUpdatedConfigForRack(rackState *Rac

requiredConfHash := confMap.Data[aerospikeConfHashFileName]

securityEnabledPods := make([]corev1.Pod, 0, len(r.aeroCluster.Status.Pods))
securityEnabledPods := make([]corev1.Pod, 0, len(pods))

for idx := range pods {
podName := pods[idx].Name
Expand Down

0 comments on commit 02d3945

Please sign in to comment.