This repository contains several Helm plugins, along with an installation script.
keybase
: Provide Keybase integration to Helmgithub
: Provide GitHub integration to Helmenv
: Display the environment passed to a plugin.hello
: An example of a basic Helm plugin
- Set HELM_HOME:
export HELM_HOME=$(helm home)
- Run
make install
.
- Run
helm help
to see the new plugins. - Run
helm keybase --help
for keybase help. - Run
helm github --help
for github help.