Skip to content

Commit

Permalink
build: updating tini init command in direct mount toolbox
Browse files Browse the repository at this point in the history
the tini have been removed but was still present at direct mount
used the bin/bash shell in place of tini

Closes: #9382
Signed-off-by: parth-gr <paarora@redhat.com>
  • Loading branch information
parth-gr committed Dec 14, 2021
1 parent ca7d7dd commit 5934c3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/examples/direct-mount.yaml
Expand Up @@ -19,8 +19,8 @@ spec:
containers:
- name: rook-direct-mount
image: rook/ceph:master
command: ["/tini"]
args: ["-g", "--", "/usr/local/bin/toolbox.sh"]
command: ["/bin/bash"]
args: ["-m", "-c", "/usr/local/bin/toolbox.sh"]
imagePullPolicy: IfNotPresent
env:
- name: ROOK_CEPH_USERNAME
Expand Down

0 comments on commit 5934c3e

Please sign in to comment.