Skip to content

Commit 3f572dc

Browse files
authored
Merge pull request #114 from Rakshith-R/official-csi-driver-repo
Use official kubernetes-csi/cs-driver-host-path repo for deployment
2 parents 03d3168 + 3501574 commit 3f572dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: |
3535
kubectl apply -f ./client/config/crd/cbt.storage.k8s.io_snapshotmetadataservices.yaml
3636
37-
git clone https://github.com/rakshith-r/csi-driver-host-path.git ~/csi-driver-host-path
37+
git clone https://github.com/kubernetes-csi/csi-driver-host-path.git ~/csi-driver-host-path
3838
3939
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
4040

0 commit comments

Comments
 (0)