mirror of
https://github.com/helm/helm.git
synced 2026-02-03 20:39:45 -05:00
17 lines
300 B
YAML
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"
|