We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 03d3168 + 3501574 commit 3f572dcCopy full SHA for 3f572dc
.github/workflows/integration-test.yaml
@@ -34,7 +34,7 @@ jobs:
34
run: |
35
kubectl apply -f ./client/config/crd/cbt.storage.k8s.io_snapshotmetadataservices.yaml
36
37
- git clone https://github.com/rakshith-r/csi-driver-host-path.git ~/csi-driver-host-path
+ git clone https://github.com/kubernetes-csi/csi-driver-host-path.git ~/csi-driver-host-path
38
39
CSI_SNAPSHOT_METADATA_REGISTRY="gcr.io/k8s-staging-sig-storage" UPDATE_RBAC_RULES="false" CSI_SNAPSHOT_METADATA_TAG="main" SNAPSHOT_METADATA_TESTS=true HOSTPATHPLUGIN_REGISTRY="gcr.io/k8s-staging-sig-storage" HOSTPATHPLUGIN_TAG="canary" ~/csi-driver-host-path/deploy/kubernetes-latest/deploy.sh
40
0 commit comments