mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-05-03 02:10:49 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user