Skip to content

Commit ee37a16

Browse files
committed
fixup! Add PodLabels to API, Content, Web, Cache, Database and Worker components
1 parent dda2e5d commit ee37a16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controllers/settings/labels.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ func PulpcorePodLabels(pulp pulpv1.Pulp, pulpcoreType PulpcoreType) map[string]s
1313
podLabels = make(map[string]string)
1414
}
1515

16-
// Merge with PulpcorePodLabels, PulpcorePodLabels has precedence
16+
// Merge with PulpcorePodLabels, PulpcoreLabels has precedence
1717
maps.Copy(podLabels, PulpcoreLabels(pulp, pulpcoreType))
1818

1919
return podLabels

0 commit comments

Comments
 (0)