mirror of https://github.com/helm/helm
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.
9 lines
157 B
9 lines
157 B
8 years ago
|
name: "echo"
|
||
|
version: "1.2.3"
|
||
|
usage: "echo something"
|
||
|
description: |-
|
||
|
This is a testing fixture.
|
||
|
command: "echo Hello"
|
||
8 years ago
|
hooks:
|
||
|
install: "echo Installing"
|