diff --git a/modules/olmv1-red-hat-catalogs.adoc b/modules/olmv1-red-hat-catalogs.adoc index 31dfaa080d2b..cbf21a45713a 100644 --- a/modules/olmv1-red-hat-catalogs.adoc +++ b/modules/olmv1-red-hat-catalogs.adoc @@ -37,6 +37,20 @@ spec: ref: registry.redhat.io/redhat/certified-operator-index:v{product-version} ---- +.Example Red Hat Marketplace catalog +[source,yaml,subs="attributes+"] +---- +apiVersion: catalogd.operatorframework.io/v1alpha1 +kind: Catalog +metadata: + name: redhat-marketplace +spec: + source: + type: image + image: + ref: registry.redhat.io/redhat/redhat-marketplace-index:v{product-version} +---- + .Example Community Operators catalog [source,yaml,subs="attributes+"] ----