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

Backport to 5.10 #840

Merged
merged 2 commits into from Jan 26, 2022
Merged

Backport to 5.10 #840

merged 2 commits into from Jan 26, 2022

Commits on Jan 26, 2022

  1. Add noobaa-odf-ui service account's role rules

    Test:
       Run "noobaa olm csv"
    
    Expected generated yaml should contain the following permission:
    
      install:
        spec:
          permissions:
    
          - rules:
            - apiGroups:
              - noobaa.io
              resources:
              - noobaas
              - bucketclasses
              verbs:
              - get
              - watch
              - list
            serviceAccountName: noobaa-odf-ui
    
    See https://bugzilla.redhat.com/show_bug.cgi?id=2031705
    
    Signed-off-by: Alexander Indenbaum <aindenba@redhat.com>
    (cherry picked from commit df9e7be)
    Alexander Indenbaum authored and nimrod-becker committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    0194614 View commit details
    Browse the repository at this point in the history
  2. fixing getAvailableKubeCli

    Signed-off-by: jackyalbo <jalbo@redhat.com>
    (cherry picked from commit 6adbe03)
    jackyalbo authored and nimrod-becker committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    56ca14b View commit details
    Browse the repository at this point in the history