We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please add
ENV PATH=$PATH:/root/.krew/bin
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
The text was updated successfully, but these errors were encountered:
look great.
can you raise PR for it?
Sorry, something went wrong.
@ozbillwang @milkpirate i added Helmfile on #74.
No branches or pull requests
Please add
ENV PATH=$PATH:/root/.krew/bin
The text was updated successfully, but these errors were encountered: