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:
Lennart Jern
2023-01-09 13:17:43 +02:00
committed by mergify[bot]
parent b7b491c097
commit e6c97b9593
4 changed files with 4 additions and 4 deletions

View File

@ -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