From 811ff4891ac5e81844aa1b8a704f90de5eb6b97b Mon Sep 17 00:00:00 2001 From: jrhoward Date: Mon, 19 Sep 2022 14:28:48 +1000 Subject: [PATCH] Update plugin.yaml --- plugin.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin.yaml b/plugin.yaml index 034a142..24e4be3 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -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" \ No newline at end of file + install: "$HELM_PLUGIN_DIR/scripts/install.sh"