helm/internal/plugin/testdata/plugdir/good/getter/plugin.yaml
George Jenkins c35755a197 Remove legacy Command/Hooks from v1 Subprocess (#23)
Signed-off-by: George Jenkins <gvjenkins@gmail.com>
2025-08-31 22:24:31 -07:00

17 lines
300 B
YAML

---
name: "getter"
version: "1.2.3"
type: getter/v1
apiVersion: v1
runtime: subprocess
config:
protocols:
- "myprotocol"
- "myprotocols"
runtimeConfig:
protocolCommands:
- platformCommand:
- command: "echo getter"
protocols:
- "myprotocol"
- "myprotocols"