We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4129e73 commit 896dedbCopy full SHA for 896dedb
deploy/util/deploy-hostpath.sh
@@ -222,7 +222,7 @@ echo "deploying snapshotclass based on snapshotter version"
222
snapshotter_version="$(rbac_version "${BASE_DIR}/hostpath/csi-hostpath-snapshotter.yaml" csi-snapshotter false)"
223
driver_version="$(basename "${BASE_DIR}")"
224
if version_gt "$driver_version" "1.16"; then
225
- kubectl apply -f "https://raw.githubusercontent.com/kubernetes-csi/external-snapshotter/${snapshotter_version}/examples/kubernetes/snapshotclass.yaml"
+ kubectl apply -f "${BASE_DIR}/snapshotter/csi-hostpath-snapshotclass.yaml"
226
fi
227
228
# Create a test driver configuration in the place where the prow job
0 commit comments