Skip to content

Commit

Permalink
Update plugin.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhoward authored Sep 19, 2022
1 parent eef914e commit 811ff48
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 811ff48

Please sign in to comment.