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

Fix #1379: make download link available also when installing from operator hub #1380

Merged
merged 2 commits into from
Mar 30, 2020

Conversation

nicolaferraro
Copy link
Member

…rator hub

Fix #1379

Release Note

CLI download links are now published after installing from operator Hub on OpenShift

Comment on lines +404 to +411
- apiGroups:
- rbac.authorization.k8s.io
resourceNames:
- system:image-builder
resources:
- clusterroles
verbs:
- bind
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@astefanutti this is auto-generated from the OLM role file. Does this need to be a role or a clusterrole? I'm not sure, since you deal with a cluster resource but you want to bind it locally...

I've left it as you did

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IIRC, I think a role is enough as it is granted for the operator SA in its namespace.

@nicolaferraro nicolaferraro merged commit 5c97ab4 into apache:master Mar 30, 2020
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

Successfully merging this pull request may close these issues.

OpenShift CLI download links are not populated when installing from operator hub
2 participants