Skip to content

Commit

Permalink
Minor spelling error correction (#113)
Browse files Browse the repository at this point in the history
Signed-off-by: Todd Ekenstam <[email protected]>
  • Loading branch information
tekenstam authored Sep 26, 2023
1 parent 40f0972 commit 5092ecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/reaper/pdbreaper/pdbreaper.go
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ func (ctx *ReaperContext) handleMultipleDisruptionBudgets() error {
for namespace, pdbs := range ctx.NamespacesWithMultiplePodDisruptionBudgets {
namespacePodsWithBudget := make([]corev1.Pod, 0)

// check if multiple PDBs in a namespace contain refernece to same pods
// check if multiple PDBs in a namespace contain reference to same pods
for _, pdb := range pdbs {
log.Infof("evaluating multi-namespace PDB %v", pdbNamespacedName(pdb))

Expand Down

0 comments on commit 5092ecf

Please sign in to comment.