Skip to content

Commit

Permalink
Merge pull request kubernetes-csi#121 from jayunit100/patch-1
Browse files Browse the repository at this point in the history
Update deployment.yaml
  • Loading branch information
k8s-ci-robot authored Feb 4, 2019
2 parents 4c7f480 + ff9bfd2 commit e487a0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/kubernetes/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
serviceAccount: csi-attacher
containers:
- name: csi-attacher
image: quay.io/k8scsi/csi-attacher
image: quay.io/k8scsi/csi-attacher:canary
args:
- "--v=5"
- "--csi-address=$(ADDRESS)"
Expand All @@ -57,7 +57,7 @@ spec:
mountPath: /var/lib/csi/sockets/pluginproxy/

- name: mock-driver
image: quay.io/k8scsi/mock-plugin
image: quay.io/k8scsi/mock-driver:canary
imagePullPolicy: "IfNotPresent"
env:
- name: CSI_ENDPOINT
Expand Down

0 comments on commit e487a0d

Please sign in to comment.