-
Notifications
You must be signed in to change notification settings - Fork 12
AM0005
Ashish edited this page Jan 4, 2022
·
4 revisions
-
testHarness
is not a valid image url
# addon.yaml
operatorName: rhods-operator
testHarness: invalid
testHarness
should contain a valid image url.
-
testHarness
image is not pushed to thequay.io
image repository
# addon.yaml
operatorName: rhods-operator
testHarness: docker.io/ashishmax31/rhods-operator-test-harness:latest
The test harness image is expected to be present in the quay.io
image registry.
# addon.yaml
operatorName: rhods-operator
testHarness: quay.io/modh/odh-operator-test-harness
-
testHarness
is a valid image url -
testHarness
image is pushed toquay.io
.