My teammate hit this issue `R.reduce is not a function` when using OperatorHub

Workaround:
oc patch operatorhubs/cluster --type merge --patch '{"spec":{"sources":[{"disabled": true,"name": "community-operators"},{"disabled": true,"name": "certified-operators}]}}'
Thanks to https://access.redhat.com/solutions/7075189 for the solution
Leave a Reply