Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Commit

Permalink
Change start command for cnb-built csi-driver
Browse files Browse the repository at this point in the history
- The other command is for dockerfile
[#172236339](https://www.pivotaltracker.com/story/show/172236339)

Authored-by: Lisa Cho <[email protected]>
  • Loading branch information
Lisa Cho committed Apr 30, 2020
1 parent 8cc5311 commit 1232c92
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion deploy/base/csi-nodeplugin-smbplugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ spec:
allowPrivilegeEscalation: true
image: cfpersi/smb-csi-driver:0.143.0
command:
- "/app/main"
- "/layers/paketo-buildpacks_go-mod/app-binary/bin/smb-csi-driver"
args :
- "--nodeid=$(NODE_ID)"
- "--endpoint=$(CSI_ENDPOINT)"
Expand Down
2 changes: 1 addition & 1 deletion ytt/base/csi-nodeplugin-smbplugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ spec:
allowPrivilegeEscalation: true
image: #@ data.values.image.repository + ":" + data.values.image.tag
command:
- #@ data.values.command
- "/layers/paketo-buildpacks_go-mod/app-binary/bin/smb-csi-driver"
args :
- "--nodeid=$(NODE_ID)"
- "--endpoint=$(CSI_ENDPOINT)"
Expand Down
3 changes: 1 addition & 2 deletions ytt/base/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ namespace: cf-smb

image:
repository: cfpersi/smb-csi-driver
tag: latest
command: "/app/main"
tag: latest
3 changes: 1 addition & 2 deletions ytt/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@
---
image:
repository: registry:5000/cfpersi/smb-csi-driver
tag: local-test
command: "/layers/paketo-buildpacks_go-mod/app-binary/bin/smb-csi-driver"
tag: local-test

0 comments on commit 1232c92

Please sign in to comment.