Skip to content

Commit f2b33db

Browse files
committed
Minor change
1 parent 6d7a81e commit f2b33db

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

modules/tracking-component-origin-and-software-template-version/proc-configuring-provenance-and-software-template-versioning.adoc

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ steps:
3131
This action reads a version parameter defined in the template and applies it as an annotation to the resulting catalog entity.
3232
====
3333

34-
. In your `{product} {my-app-config-file}` file, configure the `catalog.locations` section to point to the Software Template that you want to add and add a granular rule to the location to allow for Software Templates, as shown in the following example::
34+
. In your `{product} {my-app-config-file}` file, configure the `catalog.locations` section to point to the Software Template that you want to add. You might need to add `Template` to the global `catalog.rules.allow` list or add a granular rule to the location to allow for Software Templates ingestion, as shown in the following example::
3535
+
3636
[source,yaml]
3737
----
@@ -49,12 +49,6 @@ where:
4949
`catalog.locations.type`:: If you are importing templates from a repository, such as GitHub or GitLab, use the `url` type.
5050
`catalog.locations.target`:: Specify the URL for the template.
5151
`catalog.rules.allow`:: To allow new Software Templates to be added to the catalog, you must add a `Template` rule.
52-
+
53-
[NOTE]
54-
====
55-
If Software Templates do not appear in the Catalog after this configuration, you must include the `Template` entity type in your application global `catalog.rules.allow` list, alongside any other existing catalog entity types.
56-
====
57-
5852

5953
.Verification
6054

0 commit comments

Comments
 (0)