Skip to content

Commit

Permalink
Merge pull request #71 from frapposelli/master
Browse files Browse the repository at this point in the history
Fix CCM container location in manifest
  • Loading branch information
k8s-ci-robot authored Oct 1, 2018
2 parents 1ab3802 + 1623b9c commit 1e7d8c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
serviceAccountName: cloud-controller-manager
containers:
- name: vsphere-cloud-controller-manager
image: docker.io/vmware/vsphere-cloud-controller-manager:latest
image: gcr.io/cloud-provider-vsphere/vsphere-cloud-controller-manager:latest
args:
- /bin/vsphere-cloud-controller-manager
- --v=2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ metadata:
spec:
containers:
- name: vsphere-cloud-controller-manager
image: docker.io/vmware/vsphere-cloud-controller-manager:latest
image: gcr.io/cloud-provider-vsphere/vsphere-cloud-controller-manager:latest
args:
- /bin/vsphere-cloud-controller-manager
- --v=2
Expand Down

0 comments on commit 1e7d8c8

Please sign in to comment.