fix cp/paste error

This commit is contained in:
Joachim Hill-Grannec
2018-08-02 14:38:58 +02:00
parent 66b2406a6e
commit 6eddd44720
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ RUN set -ex \
LABEL description="Kubectl and Helm."
LABEL base="alpine"
ADD release/linux/amd64/drone-k8s-job /bin/
ADD release/linux/amd64/drone-helm /bin/
COPY kubeconfig /root/.kube/kubeconfig
ENTRYPOINT [ "/bin/drone-helm" ]
+4
View File
@@ -32,6 +32,10 @@ docker run --rm \
quay.io/ipedrazas/drone-helm
```
### Contribution
TBD
### Fork Notes
This is currently a fork of ipedrazas/drone-helm which is published to quai. The fork image will be published to dockerhub at peloton/drone-helm in the docs just replace until we know the long term path.