Skip to content

Commit b5e7d00

Browse files
[Monorepo] Small fixes in the docs and tutorials regards the changes
- Update catalogd/docs/fetching-catalog-contents.md - Updare docs/tutorials/add-catalog.md
1 parent 6cbb8b8 commit b5e7d00

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

catalogd/docs/fetching-catalog-contents.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ This section outlines a way of exposing the `Catalogd` Service's endpoints outsi
133133

134134
- [Install kind](https://kind.sigs.k8s.io/docs/user/quick-start/#installation)
135135
- Assuming `kind` is installed, create a `kind` cluster with `extraPortMappings` and `node-labels` as shown in the [kind documentation](https://kind.sigs.k8s.io/docs/user/ingress/)
136-
- Install OLMV1, see the [Getting Started](https://operator-framework.github.io/operator-controller/getting-started/olmv1_getting_started/) documentation.
136+
- Install OLM V1, see the [Getting Started](https://operator-framework.github.io/operator-controller/getting-started/olmv1_getting_started/) documentation.
137137
- Install the `Ingress NGINX` Controller by running the below command:
138138

139139
```sh

docs/tutorials/add-catalog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This catalog is distributed as an image [quay.io/operatorhubio/catalog](https://
1717
## Prerequisites
1818

1919
* Access to a Kubernetes cluster, for example `kind`, using an account with `cluster-admin` permissions
20-
* [Operator Controller installed](https://github.com/operator-framework/operator-controller/releases) on the cluster
20+
* [Operator Controller and Catalogd installed](https://github.com/operator-framework/operator-controller/releases) on the cluster
2121
* Kubernetes CLI (`kubectl`) installed on your workstation
2222

2323
## Procedure

0 commit comments

Comments
 (0)