An open API service indexing awesome lists of open source software.

https://github.com/bigbinary/heroku-buildpack-helm

Heroku Buildpack for running Helm commands
https://github.com/bigbinary/heroku-buildpack-helm

Last synced: 2 months ago
JSON representation

Heroku Buildpack for running Helm commands

Awesome Lists containing this project

README

        

# Helm in Heroku

Add the helm binary to Heroku using the script provided by Helm here:

https://helm.sh/docs/intro/install/#from-script

# Add

```
heroku buildpacks:add https://github.com/bigbinary/heroku-buildpack-helm
```

# Remove
```
heroku buildpacks:remove https://github.com/bigbinary/heroku-buildpack-helm
```