We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd31d0b commit ab2e4c8Copy full SHA for ab2e4c8
cmd/diff/diffprocessor/resource_manager.go
@@ -290,6 +290,9 @@ func (m *DefaultResourceManager) findMatchingResource(
290
continue
291
}
292
293
+ // TODO: is this logic correct? we should definitely match composition-resource-name, even if the generateName
294
+ // doesn't match. maybe as a fallback if we don't have the annotation?
295
+
296
// If we have a generateName, verify the match has the right prefix
297
if generateName != "" {
298
resName := res.GetName()
0 commit comments