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

Bug 1805570: Remove run-level 1 from olm and openshift-operators namespaces #1308

Merged

Commits on Feb 20, 2020

  1. Remove run-level 1 from olm and openshift-operators namespaces

    OLM and the operators that it deploys shouldn't have run-level 1
    and should use SCC as "anyuid" or "restricted".
    
    Signed-off-by: Vu Dinh <vdinh@redhat.com>
    dinhxuanvu committed Feb 20, 2020
    Copy the full SHA
    e2f0f66 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2020

  1. Fix TestUpdateCSVInPlace e2e test case

    Remove the mock-extension-apiserver iamge usage on TestUpdateCSVInPlace
    test case that causes the failure as the CSV doesn't own that APIServer
    
    Signed-off-by: Vu Dinh <vdinh@redhat.com>
    dinhxuanvu committed Feb 25, 2020
    Copy the full SHA
    acaae85 View commit details
    Browse the repository at this point in the history