Skip to content

Commit

Permalink
Add support for additional Helm plugins (#25)
Browse files Browse the repository at this point in the history
* update dependencies

* add support installing additional helm plugins
  • Loading branch information
koenpunt authored Mar 23, 2021
1 parent 1ae86f9 commit 862ec64
Show file tree
Hide file tree
Showing 6 changed files with 4,027 additions and 3,696 deletions.
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ inputs:
description: "Install Helm plugins"
default: "yes"
required: false
additional-helm-plugins:
description: |
A comma separated list of additional helm plugins to install. Should be a valid argument after `helm plugin install`.
required: false
runs:
using: "node12"
main: "dist/index.js"
Loading

0 comments on commit 862ec64

Please sign in to comment.