Skip to content

Commit

Permalink
Fix typo in targetsyaml.go
Browse files Browse the repository at this point in the history
  • Loading branch information
thardeck committed Jan 3, 2025
1 parent 62d5dbc commit fe26b55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cmd/controller/gitops/reconciler/targetsyaml.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
)

// newTargetsConfigMap builds a config map, containing the GitTarget cluster matchers, converted to BundleTargets.
// The BundleTargets are duplicated into TargetRestrictions. TargetRestrictions is a whilelist. A BundleDeployment
// The BundleTargets are duplicated into TargetRestrictions. TargetRestrictions is a whitelist. A BundleDeployment
// will be created for a Target just if it is inside a TargetRestrictions. If it is not inside TargetRestrictions a Target
// is a TargetCustomization.
func newTargetsConfigMap(repo *fleet.GitRepo) (*corev1.ConfigMap, error) {
Expand Down

0 comments on commit fe26b55

Please sign in to comment.