helm/pkg/getter/testdata/plugins/testgetter/plugin.yaml
Scott Rigby a7578fec74
Plugin types and plugin apiVersion v1
Co-authored-by: George Jenkins <gvjenkins@gmail.com>
Signed-off-by: Scott Rigby <scott@r6by.com>
2025-08-22 17:17:36 -04:00

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"