1
0

update readme and go imports to new location

This commit fixes the following:
- fixes the go imports to use the new loction
- setup go modules for this project
- update the docker files to use the new binary name
- update the README to use the new repo name

Signed-off-by: kmova <kiran.mova@mayadata.io>
(cherry picked from commit 234543e14d)
This commit is contained in:
kmova
2020-07-29 19:26:32 +00:00
parent f07117e2ee
commit 96592d24ac
8 changed files with 660 additions and 15 deletions

View File

@@ -14,5 +14,5 @@
FROM alpine:3.6
RUN apk update --no-cache && apk add ca-certificates
COPY nfs-client-provisioner /nfs-client-provisioner
ENTRYPOINT ["/nfs-client-provisioner"]
COPY nfs-subdir-external-provisioner /nfs-subdir-external-provisioner
ENTRYPOINT ["/nfs-subdir-external-provisioner"]