Skip to content

Commit 9b203ba

Browse files
iaa: fix the name of the demo image
Signed-off-by: Hyeongju Johannes Lee <[email protected]>
1 parent cb3b2a7 commit 9b203ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/iaa_plugin/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ We can test the plugin is working by deploying the provided example iaa-qpl-demo
8383
```bash
8484
$ make iaa-qpl-demo
8585
...
86-
Successfully tagged iaa-qpl-demo:devel
86+
Successfully tagged intel/iaa-qpl-demo:devel
8787
```
8888

8989
1. Create a pod running unit tests off the local Docker image:

demo/iaa-qpl-demo-pod.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
spec:
66
containers:
77
- name: iaa-qpl-demo
8-
image: iaa-qpl-demo:devel
8+
image: intel/iaa-qpl-demo:devel
99
imagePullPolicy: IfNotPresent
1010
resources:
1111
limits:

0 commit comments

Comments
 (0)