You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
What I did
I specified a URL in the CSV.Spec.Provider like so:
What happened
When I ran
operator-courier verify --ui_validate_io
I get the following error: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 anAppLink
which includes a URL.
The text was updated successfully, but these errors were encountered: