Skip to content

Commit d3afe69

Browse files
committed
Include resources with kubernetes.io prefix.
#1939 (comment)
1 parent b76e410 commit d3afe69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/store/utils.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ func isNativeResource(name v1.ResourceName) bool {
169169
}
170170

171171
func isPrefixedNativeResource(name v1.ResourceName) bool {
172-
return strings.Contains(string(name), v1.ResourceDefaultNamespacePrefix)
172+
return false
173173
}
174174

175175
// createPrometheusLabelKeysValues takes in passed kubernetes annotations/labels

0 commit comments

Comments
 (0)