Merge pull request #1245 from hj-johannes-lee/fix-iaa-image-name

iaa: fix the name of the demo image
This commit is contained in:
Mikko Ylinen 2022-11-14 07:27:08 +02:00 committed by GitHub
commit 00d8152234
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -83,7 +83,7 @@ We can test the plugin is working by deploying the provided example iaa-qpl-demo
```bash
$ make iaa-qpl-demo
...
Successfully tagged iaa-qpl-demo:devel
Successfully tagged intel/iaa-qpl-demo:devel
```
1. Create a pod running unit tests off the local Docker image:

View File

@ -5,7 +5,7 @@ metadata:
spec:
containers:
- name: iaa-qpl-demo
image: iaa-qpl-demo:devel
image: intel/iaa-qpl-demo:devel
imagePullPolicy: IfNotPresent
resources:
limits: