Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSV.Spec.Provider may not be singleton list #173

Open
djzager opened this issue Nov 1, 2019 · 2 comments
Open

CSV.Spec.Provider may not be singleton list #173

djzager opened this issue Nov 1, 2019 · 2 comments

Comments

@djzager
Copy link

djzager commented Nov 1, 2019

What I did

I specified a URL in the CSV.Spec.Provider like so:

  provider:
    name: KubeVirt project
    url: https://kubevirt.io

What happened

When I ran operator-courier verify --ui_validate_io I get the following error:

ERROR: csv.spec.provider should be a singleton list.

If I remove the url from the csv.spec.provider then this error goes away.

What I expected to happen

I did not expect an error as this should be valid as a Provider in OLM's CSV types is an AppLink
which includes a URL.

@SaaldjorMike
Copy link

I hit this issue earlier today and turned out to be that provider was specified twice in the CSV file. After making sure I only had one provider it stopped failing.

@J0zi
Copy link

J0zi commented Jan 5, 2021

I have somehow similar issue despite single provider #200

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants