mirror of
https://github.com/helm/helm.git
synced 2026-02-03 20:39:45 -05:00
8 lines
157 B
YAML
8 lines
157 B
YAML
name: "echo"
|
|
version: "1.2.3"
|
|
usage: "echo something"
|
|
description: |-
|
|
This is a testing fixture.
|
|
command: "echo Hello"
|
|
hooks:
|
|
install: "echo Installing"
|