Skip to content

Commit

Permalink
fix(docker): add default envvars
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanfrogers committed Dec 14, 2017
1 parent 60c2284 commit a77efdf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ FROM alpine:latest

MAINTAINER Micah Hausler, <[email protected]>

ENV HELM_HOME /home/root/.helm
ENV HELM_HOST tiller.kube-system.svc.cluster.local:44134
ENV TILLER_HOST $HELM_HOST

RUN apk -U add ca-certificates

COPY helm-value-store /bin/helm-value-store
Expand Down

0 comments on commit a77efdf

Please sign in to comment.