Skip to content

Commit d54f7ea

Browse files
committed
feat: improve inventory storage naming
1 parent 0710073 commit d54f7ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkg/cmd/apply/apply.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,8 @@ func (o *Options) applyManifests(ctx context.Context, factory jplutil.ClientFact
261261
}
262262

263263
clusterLogger.V(2).Info("finish reading manifests", "path", path)
264-
inventory, err := inventory.NewConfigMapStore(factory, "vab", metav1.NamespaceSystem, o.fieldManager)
264+
inventoryName := "eu.mia-platform.vab.resourcestorage"
265+
inventory, err := inventory.NewConfigMapStore(factory, inventoryName, metav1.NamespaceSystem, o.fieldManager)
265266
if err != nil {
266267
return nil, err
267268
}

0 commit comments

Comments
 (0)