Skip to content

Commit

Permalink
update rhods-operator references to openshift-ai
Browse files Browse the repository at this point in the history
  • Loading branch information
strangiato committed Dec 10, 2024
1 parent 46a6c31 commit 20dc798
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion openshift-ai/INFO.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# rhods-operator
# openshift-ai

Red Hat OpenShift AI is a complete platform for the entire lifecycle of your AI/ML projects.

Expand Down
6 changes: 3 additions & 3 deletions openshift-ai/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ The current *overlays* available are for the following channels:
If you have cloned the `gitops-catalog` repository, you can install Red Hat OpenShift AI based on the overlay of your choice by running from the root (`gitops-catalog`) directory.

```
oc apply -k rhods-operator/operator/overlays/<channel>
oc apply -k openshift-ai/operator/overlays/<channel>
```

Or, without cloning:

```
oc apply -k https://github.com/redhat-cop/gitops-catalog/rhods-operator/operator/overlays/<channel>
oc apply -k https://github.com/redhat-cop/gitops-catalog/openshift-ai/operator/overlays/<channel>
```

As part of a different overlay in your own GitOps repo:
Expand All @@ -37,5 +37,5 @@ As part of a different overlay in your own GitOps repo:
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- https://github.com/redhat-cop/gitops-catalog/rhods-operator/operator/overlays/<channel>?ref=main
- https://github.com/redhat-cop/gitops-catalog/openshift-ai/operator/overlays/<channel>?ref=main
```

0 comments on commit 20dc798

Please sign in to comment.