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