diff --git a/pkg/storage/unified/resource/internalstore.go b/pkg/storage/unified/resource/internalstore.go index 306075ef7c8..2af08bc187f 100644 --- a/pkg/storage/unified/resource/internalstore.go +++ b/pkg/storage/unified/resource/internalstore.go @@ -26,7 +26,7 @@ type InternalKey struct { } func (k InternalKey) String() string { - return fmt.Sprintf("%s/%s/%s/%s/%s", strings.ToLower(k.Subsection), k.Group, k.Resource, k.Namespace) + return fmt.Sprintf("%s/%s/%s/%s", strings.ToLower(k.Subsection), k.Group, k.Resource, k.Namespace) } func (k InternalKey) Validate() error {