Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/concepts/controlling-catalog-selection.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ When multiple catalogs provide the same package, you can set priorities to resol
In your `ClusterCatalog` resource, set the `priority` field:

```yaml
apiVersion: catalogd.operatorframework.io/v1alpha1
apiVersion: olm.operatorframework.io/v1alpha1
kind: ClusterCatalog
metadata:
name: high-priority-catalog
Expand Down Expand Up @@ -160,7 +160,7 @@ If the system cannot resolve to a single bundle due to ambiguity, it will genera
1. **Create or Update `ClusterCatalogs` with Appropriate Labels and Priority**

```yaml
apiVersion: catalogd.operatorframework.io/v1alpha1
apiVersion: olm.operatorframework.io/v1alpha1
kind: ClusterCatalog
metadata:
name: catalog-a
Expand All @@ -175,7 +175,7 @@ If the system cannot resolve to a single bundle due to ambiguity, it will genera
```

```yaml
apiVersion: catalogd.operatorframework.io/v1alpha1
apiVersion: olm.operatorframework.io/v1alpha1
kind: ClusterCatalog
metadata:
name: catalog-b
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started/olmv1_getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ To create the catalog, run the following command:
```bash
# Create ClusterCatalog
kubectl apply -f - <<EOF
apiVersion: catalogd.operatorframework.io/v1alpha1
apiVersion: olm.operatorframework.io/v1alpha1
kind: ClusterCatalog
metadata:
name: operatorhubio
Expand Down