Skip to content

Commit 81cda06

Browse files
committed
📝 updated name of inferenceservice configuration from deploy.yaml to inference_service.yaml
1 parent 5d79638 commit 81cda06

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

detectors/regex_match/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ curl -X POST "http://127.0.0.1:8000/api/v1/text/contents" \
7272
oc project deploy-regex
7373
```
7474

75-
2. If using KServe on a ROSA cluster, apply the following service account configuration yaml:
75+
2. If using KServe on a ROSA cluster, navigate to the `detectors` directory and apply the service account configuration:
7676

7777
```bash
7878
oc apply -f regex_match/deploy/service_account.yaml
@@ -81,7 +81,7 @@ oc apply -f regex_match/deploy/service_account.yaml
8181
3. Create a new deployment configuration:
8282

8383
```bash
84-
oc apply -f regex_match/deploy/deploy.yaml
84+
oc apply -f regex_match/deploy/inference_service.yaml
8585
```
8686

8787
4. Confirm pods are running:

0 commit comments

Comments
 (0)