Skip to content

Commit 3f9ccba

Browse files
author
felix.phipps
committed
initial commit
1 parent c385a84 commit 3f9ccba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/datagatherer/k8sdynamic/dynamic.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ func (g *DataGathererDynamic) resourceMatchesExclusionKeys(item *api.GatheredRes
488488
}
489489

490490
return anyKeyMatches(res.GetAnnotations(), g.ExcludeAnnotKeys) ||
491-
anyKeyMatches(res.GetLabels(), g.ExcludeLabelKeys)
491+
anyKeyMatches(res.GetLabels(), g.ExcludeLabelKeys)
492492
}
493493

494494
func anyKeyMatches(m map[string]string, patterns []*regexp.Regexp) bool {

0 commit comments

Comments
 (0)