Merge pull request #1954 from bacongobbler/1951-podsecuritypolicy

set $HOME in tiller container to /tmp
pull/2011/head
Matt Butcher 9 years ago committed by GitHub
commit c9bbb76e57

@ -14,6 +14,8 @@
FROM alpine:3.3 FROM alpine:3.3
ENV HOME /tmp
COPY . / COPY . /
EXPOSE 44134 EXPOSE 44134

Loading…
Cancel
Save