Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

chore(readme): fix path to CatalogSource #7 #50

Merged
merged 1 commit into from
Oct 26, 2023
Merged
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ VERSION=0.0.1-dev1 IMG=quay.io/<username>/janus-operator:$VERSION IMAGE_TAG_BASE

#### 2. add CatalogSource to OperatorHub
```console
./bin/kustomize build config/catalog/ | oc apply -f -
./bin/kustomize build config/operator-hub/ | oc apply -f -
```

#### 3. Install RHDH-dev from OperatorHub using OpenShift Web Console
Expand Down