Skip to content

Commit 60ad709

Browse files
Update README.md
1 parent f455393 commit 60ad709

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

queue-manager-custom-metrics/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ oc project mq-demo
6060
3. Create a PVC. In the mq\-demo project under ‘Storage’ \- create a PersistentVolumeClaim \(PVC\) for the pipeline to use as a shared workspace between tasks e\.g\., 'mq\-metrics\-workspace', request 4GB, select RWO and volume mode Filesystem\. There is a sample PVC YAML file in the repo\.
6161

6262
```
63-
oc create -f pvc.yaml
63+
oc create -f example-pvc.yaml
6464
```
6565

6666
4. Create Secrets for docker\.io and your external image registry. For this example I am using the internal image registry located here, image\-registry\.openshift\-image\-registry\.svc:5000, in the repo you will find a file called **setup\-commands\.sh** with examples for creating the secrets and linking them to the service account\.

0 commit comments

Comments
 (0)