Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
martinevansibm committed Mar 19, 2024
1 parent f455393 commit 60ad709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion queue-manager-custom-metrics/README.md
Expand Up @@ -60,7 +60,7 @@ oc project mq-demo
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\.

```
oc create -f pvc.yaml
oc create -f example-pvc.yaml
```

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\.
Expand Down

0 comments on commit 60ad709

Please sign in to comment.