mirror of
https://github.com/helm/helm.git
synced 2026-02-03 20:39:45 -05:00
11 lines
223 B
YAML
11 lines
223 B
YAML
name: "duplicate-entries"
|
|
version: "0.1.0"
|
|
usage: "usage"
|
|
description: |-
|
|
description
|
|
command: "echo hello"
|
|
ignoreFlags: true
|
|
hooks:
|
|
install: "echo installing..."
|
|
hooks:
|
|
install: "echo installing something different"
|