From 5934c3e27d1bbc5cc18ee0177c1f89d4fe15b56d Mon Sep 17 00:00:00 2001 From: parth-gr Date: Tue, 14 Dec 2021 18:24:41 +0530 Subject: [PATCH] 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: https://github.com/rook/rook/issues/9382 Signed-off-by: parth-gr --- deploy/examples/direct-mount.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/examples/direct-mount.yaml b/deploy/examples/direct-mount.yaml index ad0af7779ef8e..41febf80fa55a 100644 --- a/deploy/examples/direct-mount.yaml +++ b/deploy/examples/direct-mount.yaml @@ -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