Skip to content
This repository was archived by the owner on Nov 1, 2022. It is now read-only.

Correct bussiness to business #2295

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cluster/kubernetes/manifests.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ func (m *manifests) setEffectiveNamespaces(manifests map[string]kresource.KubeMa
km.SetNamespace(ns)
if _, warningLogged := m.resourceWarnings[resIDStr]; warningLogged {
// indicate that we found the resource's scope and allow logging a warning again
m.logger.Log("info", fmt.Sprintf("found scope of resource %s, back in bussiness!", km.ResourceID().String()))
m.logger.Log("info", fmt.Sprintf("found scope of resource %s, back in business!", km.ResourceID().String()))
delete(m.resourceWarnings, resIDStr)
}
result[km.ResourceID().String()] = km
Expand Down