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

build: updating tini init command in direct mount toolbox #9423

Merged
merged 2 commits into from Dec 14, 2021

Commits on Dec 14, 2021

  1. build: updating tini init command in direct mount toolbox

    the tini have been removed but was still present at direct mount
    used the bin/bash shell in place of tini
    
    Closes: rook#9382
    Signed-off-by: parth-gr <paarora@redhat.com>
    parth-gr committed Dec 14, 2021
    Copy the full SHA
    bd3e558 View commit details
    Browse the repository at this point in the history
  2. build: update the securityContext of direct mount container

    update securityContext to runAsUser: 0
    so container can run as a root user
    
    Signed-off-by: parth-gr <paarora@redhat.com>
    parth-gr committed Dec 14, 2021
    Copy the full SHA
    bc355c6 View commit details
    Browse the repository at this point in the history