Skip to content

Commit a8d6605

Browse files
authored
Fix deployment pointing to old repository in documentation (#140)
Updated the example deployment scripts to point to the right repository. Signed-off-by: Alexander Wels <[email protected]>
1 parent faea0fe commit a8d6605

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ Running the functional tests will use an existing cluster (looks for `KUBECONFIG
190190
and will deploy the CSI driver on it, and a test pod that consumes a dynamically provisioned volume.
191191

192192
```shell
193-
make test-functional IMG=quay.io/kubevirt/csi-driver:latest
193+
make test-functional IMG=quay.io/kubevirt/kubevirt-csi-driver:latest
194194
```
195195

196196
You can choose to run the tests on a specific namespace. That namespace will not be terminated in the end of the run.

deploy/controller-infra/base/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spec:
2929
containers:
3030
- name: csi-driver
3131
imagePullPolicy: Always
32-
image: quay.io/kubevirt/csi-driver:latest
32+
image: quay.io/kubevirt/kubevirt-csi-driver:latest
3333
args:
3434
- "--endpoint=$(CSI_ENDPOINT)"
3535
- "--infra-cluster-namespace=$(INFRACLUSTER_NAMESPACE)"

deploy/controller-tenant/base/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spec:
3131
containers:
3232
- name: csi-driver
3333
imagePullPolicy: Always
34-
image: quay.io/kubevirt/csi-driver:latest
34+
image: quay.io/kubevirt/kubevirt-csi-driver:latest
3535
args:
3636
- "--endpoint=$(CSI_ENDPOINT)"
3737
- "--infra-cluster-namespace=$(INFRACLUSTER_NAMESPACE)"

deploy/tenant/base/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ spec:
205205
privileged: true
206206
allowPrivilegeEscalation: true
207207
imagePullPolicy: Always
208-
image: quay.io/kubevirt/csi-driver:latest
208+
image: quay.io/kubevirt/kubevirt-csi-driver:latest
209209
args:
210210
- "--endpoint=unix:/csi/csi.sock"
211211
- "--node-name=$(KUBE_NODE_NAME)"

pkg/generated/bindata.go

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)