Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add helmfile #72

Open
milkpirate opened this issue Jan 12, 2024 · 2 comments
Open

add helmfile #72

milkpirate opened this issue Jan 12, 2024 · 2 comments

Comments

@milkpirate
Copy link

milkpirate commented Jan 12, 2024

Please add

  • helmfile
  • ENV PATH=$PATH:/root/.krew/bin
  • completions, like so:
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
Copy link
Collaborator

look great.

can you raise PR for it?

@churtado-tech
Copy link

@ozbillwang @milkpirate i added Helmfile on #74.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants