mirror of
https://github.com/helm/helm.git
synced 2026-02-03 20:39:45 -05:00
Co-authored-by: George Jenkins <gvjenkins@gmail.com> Signed-off-by: Scott Rigby <scott@r6by.com>
13 lines
212 B
YAML
13 lines
212 B
YAML
name: "testgetter"
|
|
version: "0.1.0"
|
|
type: getter/v1
|
|
apiVersion: v1
|
|
runtime: subprocess
|
|
config:
|
|
protocols:
|
|
- "test"
|
|
runtimeConfig:
|
|
protocolCommands:
|
|
- command: "echo"
|
|
protocols:
|
|
- "test"
|