alpine-docker / k8s

All-In-One Kubernetes tools (kubectl, helm, iam-authenticator, eksctl, etc)
MIT License
200 stars 89 forks source link

add helmfile #72

Open milkpirate opened 8 months ago

milkpirate commented 8 months ago

Please add

RUN apk add --no-cache bash-completion \
  && mkdir -p /home/$USER/bin \
  && curl --fail --show-error --location --output /home/$USER/bin/complete_alias \
    https://raw.githubusercontent.com/cykerway/complete-alias/master/complete_alias \
  && curl --fail --show-error --location --output /home/$USER/.kubectl_aliases \
    https://raw.githubusercontent.com/ahmetb/kubectl-aliases/master/.kubectl_aliases
ozbillwang commented 8 months ago

look great.

can you raise PR for it?

churtado-tech commented 8 months ago

@ozbillwang @milkpirate i added Helmfile on #74.