mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 18:43:34 +00:00
cleanup: Fix paths and syntax
Minor cleanup of changed paths and deprecated syntax Signed-off-by: Lennart Jern <lennart.jern@est.tech>
This commit is contained in:
committed by
mergify[bot]
parent
b7b491c097
commit
e6c97b9593
@ -18,7 +18,7 @@ set -e
|
||||
WORKDIR=$(dirname "${0}")
|
||||
|
||||
TOOLBOX_POD=$(kubectl -n rook-ceph get pods --no-headers -l app=rook-ceph-tools -o=jsonpath='{.items[0].metadata.name}')
|
||||
FS_ID=$(kubectl -n rook-ceph exec "${TOOLBOX_POD}" ceph fsid)
|
||||
FS_ID=$(kubectl -n rook-ceph exec "${TOOLBOX_POD}" -- ceph fsid)
|
||||
|
||||
for sc in "${WORKDIR}"/sc-*.yaml.in
|
||||
do
|
||||
|
Reference in New Issue
Block a user