Use a clearer filepath for the kubeconfig template [#13]
This commit is contained in:
parent
80b26434f5
commit
801598e1c5
|
@ -2,7 +2,7 @@ FROM alpine/helm
|
|||
MAINTAINER Erin Call <erin@liffft.com>
|
||||
|
||||
COPY build/drone-helm /bin/drone-helm
|
||||
COPY kubeconfig /root/.kube/config.tpl
|
||||
COPY assets/kubeconfig.tpl /root/.kube/config.tpl
|
||||
|
||||
LABEL description="Helm 3 plugin for Drone 3"
|
||||
LABEL base="alpine/helm"
|
||||
|
|
Loading…
Reference in a new issue