Skip to content

Commit d65cec4

Browse files
committed
Incorporated Ben's comments
1 parent 56af4ef commit d65cec4

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

modules/software-catalogs/proc-adding-new-components-to-the-rhdh-instance.adoc

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ You can add components to your {product-very-short} instance using the following
2121
2222
== Registering components manually in your {product-very-short} instance
2323

24-
You can manually register components in your {product-very-short} instance by creating a `catalog-info.yaml` file and adding it with {product}. The `catalog-info.yaml` file is a metadata for your software component.
24+
To manually register components in your {product-very-short} instance, create a `catalog-info.yaml` file and register it with your {product} instance. The `catalog-info.yaml` file contains the metadata you wish to register for your software component.
2525

2626
.Prerequisites
2727

@@ -34,7 +34,6 @@ To add a new component to your {product-very-short} instance, complete the follo
3434

3535
. In the root directory of your software project, create a file named `catalog-info.yaml` file.
3636
+
37-
--
3837
.`catalog-info.yaml` file example
3938
[source,yaml]
4039
----
@@ -47,11 +46,11 @@ metadata:
4746
- example
4847
- service
4948
annotations:
50-
github.com/project-slug: my-org/my-repo
49+
github.com/project-slug: _<repo_link_of_your_component_to_register>_
5150
spec:
52-
type: service
53-
owner: team-name
54-
lifecycle: production
51+
type: _<your_service>_
52+
owner: _<your_team_name>_
53+
lifecycle: _<your_lifecycle>_
5554
----
5655
. Commit and the `catalog-info.yaml` file to the root of your project source code repository.
5756
. In your {product} navigation menu, go to *Catalog* > *Self-service*.

0 commit comments

Comments
 (0)