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

Allow resolving ClusterRoles #477

Merged

Commits on Sep 20, 2018

  1. fix(deploy): update upstream release

    install into olm namespace instead of kube-system
    ecordell committed Sep 20, 2018
    Configuration menu
    Copy the full SHA
    32d8c65 View commit details
    Browse the repository at this point in the history
  2. feat(deploy): add clusterPermissions to CSV

    this is parallel to the permissions block, but describes clusterroles
    and clusterrolebindings
    
    the specific placement matches the existing permissions block, which
    will likely change in the next apiversion
    ecordell committed Sep 20, 2018
    Configuration menu
    Copy the full SHA
    3e6266c View commit details
    Browse the repository at this point in the history
  3. feat(catalog): resolve ClusterPermissions on CSVs as part of an

    installplan resolution
    ecordell committed Sep 20, 2018
    Configuration menu
    Copy the full SHA
    2bde404 View commit details
    Browse the repository at this point in the history
  4. refactor(resolver): move step resolution to resolver package

    also refactored some of the InferGVK code to be re-usable in step
    resolution
    ecordell committed Sep 20, 2018
    Configuration menu
    Copy the full SHA
    87d7ade View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ba4f0c9 View commit details
    Browse the repository at this point in the history