Skip to content

Commit

Permalink
Fix OpenShift container entrypoint
Browse files Browse the repository at this point in the history
It's now possible to run the image with "--v=5"
  • Loading branch information
jsafrane committed Oct 25, 2018
1 parent 35e84fc commit a18a2ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.openshift
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ COPY --from=0 /go/src/github.com/kubernetes-csi/external-provisioner/csi-provisi
RUN useradd csi-provisioner
USER csi-provisioner

CMD ["/usr/bin/csi-provisioner"]
ENTRYPOINT ["/usr/bin/csi-provisioner"]

0 comments on commit a18a2ef

Please sign in to comment.