Skip to content

Commit

Permalink
Install helm inside dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Kostas Livieratos committed Jul 29, 2020
1 parent 28d2921 commit de43c38
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ RUN chmod +x /usr/bin/aws-iam-authenticator

RUN wget https://get.helm.sh/helm-v3.2.4-linux-amd64.tar.gz -O - | tar -xzO linux-amd64/helm > /usr/local/bin/helm
RUN chmod +x /usr/local/bin/helm
RUN helm plugin install https://github.com/zendesk/helm-secrets

COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]:
2 changes: 0 additions & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
echo ${KUBE_CONFIG_DATA} | base64 -d > kubeconfig
export KUBECONFIG=kubeconfig

helm plugin install https://github.com/zendesk/helm-secrets

result="$($1)"

status=$?
Expand Down

0 comments on commit de43c38

Please sign in to comment.