Skip to content

Commit

Permalink
Merge pull request #3 from jrhoward/master
Browse files Browse the repository at this point in the history
  • Loading branch information
kuuji authored Oct 12, 2022
2 parents eef914e + 811ff48 commit 9f5f36a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ version: "0.0.4"
usage: "get values from an external source"
description: "get values from an external source"
useTunnel: false
command: $HELM_PLUGIN_DIR/helm-external-val
command: $HELM_PLUGIN_DIR/bin/helm-external-val
downloaders:
- command: ./helm-external-val downloader
protocols:
- "cm"
- "secret"
hooks:
install: "$HELM_PLUGIN_DIR/scripts/install.sh"
install: "$HELM_PLUGIN_DIR/scripts/install.sh"

0 comments on commit 9f5f36a

Please sign in to comment.