helm/internal/plugin/testdata/plugdir/good/getter/plugin.yaml

18 lines
300 B
YAML
Raw Normal View History

---
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"