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: rook#9382
Signed-off-by: parth-gr <paarora@redhat.com>
  • Loading branch information
parth-gr committed Feb 22, 2022
1 parent ba29080 commit a136c98
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions deploy/examples/direct-mount.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ 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
tty: true
env:
- name: ROOK_CEPH_USERNAME
valueFrom:
Expand Down

0 comments on commit a136c98

Please sign in to comment.