csi-kata-directvolume: Fix shellcheck issues in pod-apply.sh

Fix shellcheck warnings and notes identified by running
shellcheck --severity=style.

Signed-off-by: Fabiano Fidêncio <ffidencio@nvidia.com>
This commit is contained in:
Fabiano Fidêncio
2026-04-21 12:32:06 +02:00
parent 0e9a14f7ec
commit b9e1f74417

View File

@@ -10,6 +10,6 @@ set -o pipefail
BASE_DIR=$(dirname "$0")/pod-with-directvol
kubectl apply -f ${BASE_DIR}/csi-storageclass.yaml
kubectl apply -f ${BASE_DIR}/csi-pvc.yaml
kubectl apply -f ${BASE_DIR}/csi-app.yaml
kubectl apply -f "${BASE_DIR}/csi-storageclass.yaml"
kubectl apply -f "${BASE_DIR}/csi-pvc.yaml"
kubectl apply -f "${BASE_DIR}/csi-app.yaml"