We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b4f369 commit 5434d98Copy full SHA for 5434d98
plugin.yaml
@@ -31,11 +31,11 @@ platformCommand:
31
arch: arm64
32
command: "$HELM_PLUGIN_DIR/helm-azure-tpl.windows.arm64.exe"
33
hooks:
34
- install: "bash $HELM_PLUGIN_DIR/plugin/hooks/helm-plugin-install.sh"
35
- update: "bash $HELM_PLUGIN_DIR/plugin/hooks/helm-plugin-install.sh"
+ install: "bash $HELM_PLUGIN_DIR/helm-plugin-install.sh"
+ update: "bash $HELM_PLUGIN_DIR/helm-plugin-install.sh"
36
37
downloaders:
38
- - command: "plugin/hooks/helm-downloader.sh"
+ - command: "helm-downloader.sh"
39
protocols:
40
- "azuretpl"
41
- "azure-tpl"
0 commit comments