We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d79638 commit 81cda06Copy full SHA for 81cda06
detectors/regex_match/README.md
@@ -72,7 +72,7 @@ curl -X POST "http://127.0.0.1:8000/api/v1/text/contents" \
72
oc project deploy-regex
73
```
74
75
-2. If using KServe on a ROSA cluster, apply the following service account configuration yaml:
+2. If using KServe on a ROSA cluster, navigate to the `detectors` directory and apply the service account configuration:
76
77
```bash
78
oc apply -f regex_match/deploy/service_account.yaml
@@ -81,7 +81,7 @@ oc apply -f regex_match/deploy/service_account.yaml
81
3. Create a new deployment configuration:
82
83
84
-oc apply -f regex_match/deploy/deploy.yaml
+oc apply -f regex_match/deploy/inference_service.yaml
85
86
87
4. Confirm pods are running:
detectors/regex_match/deploy/deploy.yaml renamed to detectors/regex_match/deploy/inference_service.yaml
0 commit comments