Use a clearer filepath for the kubeconfig template [#13]

This commit is contained in:
Erin Call 2019-12-24 16:16:22 -08:00
parent 80b26434f5
commit 801598e1c5
No known key found for this signature in database
GPG key ID: 4071FF6C15B8DAD1
2 changed files with 1 additions and 1 deletions

View file

@ -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"