mirror of
https://github.com/helm/helm.git
synced 2026-04-15 21:59:50 -04:00
11 lines
241 B
YAML
11 lines
241 B
YAML
|
|
name: "testgetter2"
|
||
|
|
version: "0.1.0"
|
||
|
|
usage: "Fetch a different package from a test2:// source"
|
||
|
|
description: "Handle test2 scheme"
|
||
|
|
command: "$HELM_PLUGIN_DIR/get.sh"
|
||
|
|
ignoreFlags: true
|
||
|
|
downloaders:
|
||
|
|
- command: "echo"
|
||
|
|
protocols:
|
||
|
|
- "test2"
|