You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helm/internal/plugin/testdata/plugdir/good/getter/plugin.yaml

18 lines
300 B

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