Skip to content

Commit

Permalink
Add Support for Custom Chart Values to Master Helmfile (#137)
Browse files Browse the repository at this point in the history
* Added custom values

* Added custom values

* Added uuidgen

* Address PR comments

* Address PR comments

* Fix default value

* Fix default
  • Loading branch information
goruha authored Jun 7, 2018
1 parent 0a38e53 commit f08c9b6
Show file tree
Hide file tree
Showing 5 changed files with 77 additions and 73 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ USER root
# Install common packages
ARG APK_PACKAGES="unzip curl tar python make bash vim jq figlet openssl openssh-client sshpass \
iputils drill gcc libffi-dev python-dev musl-dev ncurses openssl-dev py-pip py-virtualenv \
git coreutils less groff bash-completion fuse syslog-ng libc6-compat"
git coreutils less groff bash-completion fuse syslog-ng libc6-compat util-linux"
ENV APK_PACKAGES=${APK_PACKAGES}

RUN apk update \
Expand Down Expand Up @@ -253,7 +253,7 @@ ENV SSH_AGENT_CONFIG=/var/tmp/.ssh-agent

VOLUME ["${CACHE_PATH}"]

ADD rootfs/ /
COPY rootfs/ /

WORKDIR /conf

Expand Down
Loading

0 comments on commit f08c9b6

Please sign in to comment.