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
{{ message }}
This repository was archived by the owner on May 26, 2026. It is now read-only.
What I did
I specified a URL in the CSV.Spec.Provider like so:
What happened
When I ran
operator-courier verify --ui_validate_ioI 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
Providerin OLM's CSV types is anAppLinkwhich includes a URL.