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.
12 lines
223 B
12 lines
223 B
4 years ago
|
name: "duplicate-entries"
|
||
8 years ago
|
version: "0.1.0"
|
||
|
usage: "usage"
|
||
|
description: |-
|
||
|
description
|
||
4 years ago
|
command: "echo hello"
|
||
8 years ago
|
ignoreFlags: true
|
||
8 years ago
|
hooks:
|
||
|
install: "echo installing..."
|
||
4 years ago
|
hooks:
|
||
|
install: "echo installing something different"
|